Skip to content
Gemini CLI

microservices.sh for Gemini CLI

sh.microservices/mcp

MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.

client:Gemini CLI transport:streamable-http runtime:npm

Install microservices.sh in Gemini CLI

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

{
  "mcpServers": {
    "mcp": {
      "httpUrl": "https://api.microservices.sh/mcp"
    }
  }
}

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

microservices.sh in other clients