MCP Server
MCP
microservices.sh
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
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
By
Comments
Sign in to leave a comment