Konstruct for Gemini CLI
io.github.alright-alright/konstruct
Knowledge graph for AI agents. Query concepts, walk edges, get advisories.
client:Gemini CLI
transport:streamable-http
Install Konstruct in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"konstruct": {
"httpUrl": "https://konstruct-api.aerynw.workers.dev/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs