XKnow Knowledge Base for Gemini CLI
io.github.techreone/xknow-mcp
Search and explore source-backed SEO, SaaS, and LLM-wiki knowledge from the XKnow knowledge base.
client:Gemini CLI
transport:stdio
runtime:npm
Install XKnow Knowledge Base in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"xknow-mcp": {
"command": "npx",
"args": [
"-y",
"xknow-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs