← Back to Plugins
MCP Server MCP

microservices.sh

github By github 👁 3 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

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

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.microservices.sh/mcp",
      "headers": [
        {
          "description": "Bearer ${MICROSERVICES_API_KEY}",
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@microservices-sh/mcp",
      "version": "0.1.3",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...