ASTGL Knowledge for Gemini CLI
io.github.jmeg8r/astgl-knowledge
Search and cite ASTGL articles about MCP servers, local AI, and AI automation.
client:Gemini CLI
transport:stdio
runtime:npm
Install ASTGL Knowledge in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"astgl-knowledge": {
"command": "npx",
"args": [
"-y",
"mcp-astgl-knowledge"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs