The user wants a short HTML "about" section for an MCP service called "Cortex". It provides an MCP server for accessing the Cortex API with workspace context to answer natural language questions about system structure.
I need to write a brief intro in HTML, using safe tags only. No JSON config, no fake tokens. Just a short "about" blurb.
Let me draft something appropriate for a shopping guide editor context (导购编辑), explaining what Cortex MCP can connect to and whether it might require keys.
Cortex 是一个面向系统结构问答的 MCP(Model Context Protocol)服务端。它对接 Cortex API,并结合当前工作区上下文,让你用自然语言就能快速了解系统的组成、依赖与运行方式。
它能做什么
- 用自然语言提问,自动查询 Cortex 中存储的系统结构信息。
- 结合工作区上下文,返回与当前项目相关的组件、服务及依赖说明。
- 作为 MCP 服务端,可被支持 MCP 协议的客户端(如编辑器助手、聊天工具)调用。
是否需要密钥
Cortex API 通常需要鉴权。在接入前请准备好对应的 API Token 或访问密钥,并在客户端的 MCP 配置中按要求填写;具体字段名以你的 Cortex 部署文档为准。
查看 MCP 接入文档