Skip to content
Cursor

Grafyx for Cursor

io.github.bilal07karadeniz/grafyx

Real-time codebase graph for AI assistants: call graphs, dependencies, symbol lookup.

client:Cursor transport:stdio runtime:pypi

Install Grafyx in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "grafyx": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "grafyx-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Grafyx in other clients