Skip to content
Cursor

graphy for Cursor

io.github.omnislash157/graphyos

Compile any codebase into a walkable graph and serve it over MCP. No model decides an edge.

client:Cursor transport:stdio runtime:pypi

Install graphy in Cursor

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

{
  "mcpServers": {
    "graphyos": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "graphyos"
      ]
    }
  }
}

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

graphy in other clients