Graqle for Cursor
io.github.quantamixsol/graqle
Graph-powered codebase reasoning, impact analysis, and governance tools over MCP.
client:Cursor
transport:stdio
runtime:pypi
Install Graqle in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"graqle": {
"type": "stdio",
"command": "uvx",
"args": [
"graqle"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs