agentmap for Cursor
io.github.raymondchins/agentmap
The TS/JS-accurate repo map for coding agents: ts-morph import/symbol/call graph + MCP query tools
client:Cursor
transport:stdio
runtime:npm
Install agentmap in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agentmap": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@raymondchins/agentmap"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs