Skip to content
VS Code

graphy for VS Code

io.github.omnislash157/graphyos

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

client:VS Code transport:stdio runtime:pypi

Install graphy in VS Code

.vscode/mcp.json

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

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

graphy in other clients