Skip to content
VS Code

Grafyx for VS Code

io.github.bilal07karadeniz/grafyx

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

client:VS Code transport:stdio runtime:pypi

Install Grafyx in VS Code

.vscode/mcp.json

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

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

Grafyx in other clients