Skip to content
Gemini CLI

qsp mcp for Gemini CLI

io.github.qso-graph/qsp-mcp

QSP — relay MCP tools to any OpenAI-compatible local LLM (llama.cpp, Ollama, vLLM)

client:Gemini CLI transport:stdio runtime:pypi

Install qsp mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "qsp-mcp": {
      "command": "uvx",
      "args": [
        "qsp-mcp"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

qsp mcp in other clients