Skip to content
Gemini CLI

graphy for Gemini CLI

io.github.omnislash157/graphyos

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

client:Gemini CLI transport:stdio runtime:pypi

Install graphy in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

graphy in other clients