Skip to content
Cursor

TempoGraph for Cursor

io.github.elmoaid/tempograph

Code graph context engine with 24 MCP tools. 170+ languages via tree-sitter.

client:Cursor transport:stdio runtime:pypi

Install TempoGraph in Cursor

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

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

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

TempoGraph in other clients