Skip to content
Gemini CLI

Compose MCP for Gemini CLI

ai.smartmemory/compose-mcp

Typed feature management for compose projects: roadmap, changelog, artifacts, journal.

client:Gemini CLI transport:stdio runtime:npm

Install Compose MCP in Gemini CLI

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

{
  "mcpServers": {
    "compose-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@smartmemory/compose-mcp"
      ]
    }
  }
}

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

Compose MCP in other clients