Skip to content
Gemini CLI

XAPS MCP Server for Gemini CLI

io.github.apmc1/xaps

Pre-execution audit for autonomous agents. Independent receipt before irreversible actions.

client:Gemini CLI transport:stdio runtime:pypi

Install XAPS MCP Server 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": {
    "xaps": {
      "command": "uvx",
      "args": [
        "xaps-sdk"
      ],
      "env": {
        "XAPS_AGENT_KEY": "<XAPS_AGENT_KEY>",
        "XAPS_API_URL": "<XAPS_API_URL>"
      }
    }
  }
}

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

XAPS MCP Server in other clients