Lachesis for Cursor
io.github.unboundcompute/lachesis
Compiler-precise code property graph for C, Python, and TypeScript, navigable over MCP.
client:Cursor
transport:stdio
runtime:pypi
Install Lachesis in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"lachesis": {
"type": "stdio",
"command": "uvx",
"args": [
"lachesis-cpg"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs