MCP.so
登录
服务器

ctx: The missing link between your codebase and your LLM. Context as Code (CaC) tool with MCP server inside.

@context-hub

CTX: a tool that solves the context management gap when working with LLMs like ChatGPT or Claude. It helps developers organize and automatically collect information from their codebase into structured documents that can be easily shared with AI assistants.

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "ctx": {
      "command": "ctx",
      "args": [
        "server",
        "-c",
        "/path/to/project"
      ]
    }
  }
}

来自「开发工具」的更多内容