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
{
"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