DevLens for Cursor
io.github.devlensio/devlens
Query a precomputed code graph (nodes, edges, summaries) of TS/JS/React/Next.js/Node repos via MCP.
client:Cursor
transport:stdio
runtime:npm
Install DevLens in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"devlens": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@devlensio/cli"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs