Skip to content
Gemini CLI

smplkit MCP Server for Gemini CLI

com.smplkit/mcp

Operate smplkit from your agent: feature flags, config, logging, audit, and scheduled jobs.

client:Gemini CLI transport:streamable-http

Install smplkit MCP Server in Gemini CLI

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

{
  "mcpServers": {
    "mcp": {
      "httpUrl": "https://mcp.smplkit.com/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

smplkit MCP Server in other clients