Skip to content
Cursor

Graqle for Cursor

com.graqle/graqle

Dev intelligence layer: 7 MCP tools for graph-powered codebase reasoning.

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

Graqle in other clients