Skip to content
Cursor

project knowledge mcp for Cursor

io.github.batook22/project-knowledge-mcp

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

client:Cursor transport:stdio runtime:npm

Install project knowledge mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "project-knowledge-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "project-knowledge-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

project knowledge mcp in other clients