OrchestKit Docs MCP for Gemini CLI
io.github.yonatangross/orchestkit
Read-only MCP server for the OrchestKit docs: full-text search + Markdown fetch. No auth.
client:Gemini CLI
transport:streamable-http
runtime:oci
tools:2
Install OrchestKit Docs MCP in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"orchestkit": {
"httpUrl": "https://orchestkit.yonyon.ai/api/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs