Skip to content
Gemini CLI

agent services mcp for Gemini CLI

io.github.gareth1953/agent-services-mcp

MCP server: x402-paid & free tools for AI agents — provenance, quality scoring, action audit.

client:Gemini CLI transport:stdio runtime:npm

Install agent services mcp in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "agent-services-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "agent-services-mcp"
      ],
      "env": {
        "PROVENANCE_URL": "<PROVENANCE_URL>",
        "QUALITY_GATE_URL": "<QUALITY_GATE_URL>",
        "AUDIT_URL": "<AUDIT_URL>"
      }
    }
  }
}

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

agent services mcp in other clients