Skip to content
Gemini CLI

CalmBoard MCP for Gemini CLI

io.github.dalvaren/calmboard

AI agents use CalmBoard MCP to access board data, tasks, insights, and project workflows.

client:Gemini CLI transport:streamable-http

Install CalmBoard MCP in Gemini CLI

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

{
  "mcpServers": {
    "calmboard": {
      "httpUrl": "https://calmboard.ai/mcp"
    }
  }
}

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

CalmBoard MCP in other clients