Skip to content
Gemini CLI

itsoc mcp for Gemini CLI

io.github.ankit512/itsoc-mcp

Read-only MCP server over a local log-analysis backend; a client that computes no verdicts.

client:Gemini CLI transport:stdio runtime:pypi

Install itsoc mcp in Gemini CLI

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

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

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

itsoc mcp in other clients