Skip to content
VS Code

TempoGraph for VS Code

io.github.elmoaid/tempograph

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

client:VS Code transport:stdio runtime:pypi

Install TempoGraph in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

TempoGraph in other clients