The Graph for Gemini CLI
io.github.pipeworx-io/the-graph
The Graph MCP — indexed blockchain data via subgraph GraphQL queries
client:Gemini CLI
transport:streamable-http
Install The Graph in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"the-graph": {
"httpUrl": "https://gateway.pipeworx.io/the-graph/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs