Skip to content

project knowledge mcp for Zed

io.github.batook22/project-knowledge-mcp

Cross-project knowledge graph for MCP — map features across mobile, backend, and admin codebases.

client:Zed transport:stdio runtime:npm

Install project knowledge mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "project-knowledge-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "project-knowledge-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

project knowledge mcp in other clients