Home › Development › microservices.sh

microservices.sh

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

TypeScript CloudLocal Remote
★ 1 stars Last pushed 2026-09-14 License: MIT

Topics: Developer Tools

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://api.microservices.sh/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http mcp https://api.microservices.sh/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp": {
      "url": "https://api.microservices.sh/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization secret — Bearer ${MICROSERVICES_API_KEY}

Package (npm 0.1.3)

npx -y @microservices-sh/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@microservices-sh/[email protected]"
      ]
    }
  }
}

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry