Skip to content
Gemini CLI

cotforce mcp for Gemini CLI

io.github.islobodan/cotforce-mcp

Give brains to your small models. MCP server enforcing step-by-step Chain-of-Thought.

client:Gemini CLI transport:stdio runtime:npm

Install cotforce 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": {
    "cotforce-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@slbdn/cotforce-mcp"
      ],
      "env": {
        "MODE": "<MODE>",
        "API_BASE_URL": "<API_BASE_URL>",
        "MODEL": "<MODEL>"
      }
    }
  }
}

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

cotforce mcp in other clients