Skip to content
Cursor

codemesh for Cursor

io.github.pyalwin/codemesh

Intelligent code knowledge graph for AI coding agents — 71% cheaper, 72% faster

client:Cursor transport:stdio runtime:npm

Install codemesh in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "codemesh": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@pyalwin/codemesh"
      ],
      "env": {
        "CODEMESH_PROJECT_ROOT": "<CODEMESH_PROJECT_ROOT>"
      }
    }
  }
}

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

codemesh in other clients