Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ☁️ Cloud Platforms
  3. Microservices Sh MCP
Microservices Sh MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 2:15:46 PM

Microservices Sh MCP

User RatingsBe the first to rate and review this MCP server!
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).Visit Website
cloudflaredeveloper-toolsapp-generationdeployment

Builds and checks Cloudflare-native app plans from verified modules, with approval-gated preview deployment support.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON ▾

Client Config & Setup

Remote HTTP
Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "microservices-sh-mcp": {
      "url": "https://api.microservices.sh"
    }
  }
}

💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (17) Directory Badge Claim listing Alternatives☁️ More in Cloud Platforms

Overview

The microservices-sh/mcp MCP server helps agents discover verified Cloudflare-native templates and modules, compose app plans, validate configuration, generate project files in memory, and run readiness checks. It exposes read-only planning tools plus remote control-plane operations for preview deployment status and confirmation-gated deployment preparation. Reach for it when an agent needs structured app composition and review steps instead of inventing module contracts or deployment configuration. Remote operations use the microservices.sh control plane and require a bearer token.

Use cases

•Discover verified Cloudflare app templates
•Compose and validate a modular application plan
•Generate project files for agent review
•Check module updates and upgrade impacts
•Prepare an approval-gated preview deployment

Key features

•Cloudflare-native template and module discovery
•Contract inspection and module documentation lookup
•In-memory project generation
•Configuration and readiness validation
•Module update and upgrade planning
•Confirmation-gated preview deployment

Capabilities & Tool Schemas (17) ~2.7k tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Verified live Verified liveCaptured by calling this server’s live tools/list endpoint.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Microservices Sh MCP.

list_templates

List available microservices.sh app templates, including template ids and summaries. Use this before inspect_template, compose_app, generate_project, or run_checks when choosing a foundation for a new Cloudflare app.

inspect_template

Inspect one app template contract, including supported modules, default configuration, runtime metadata, and generation behavior. Use this before composing or generating a project from a specific template id.

list_modules

List available verified microservices.sh modules with ids, categories, summaries, versions, and maturity status. Use this to discover production building blocks before inspect_module, compose_app, or plan_add_module.

inspect_module

Inspect one module contract in detail, including permissions, hooks, events, resources, storage needs, and customization points. Use this before editing or adding a module so the agent understands the module boundaries.

list_module_docs

List LLM-readable documentation pages available for module implementation guidance. Use this to discover local docs before get_module_doc or before changing generated source.

get_module_doc

Return an LLM-readable documentation page for a module, including rules, implementation notes, and agent guidance. Use this before coding against a module contract.

How Microservices Sh MCP works

What the microservices-sh/mcp MCP server does

The microservices-sh/mcp MCP server gives coding agents a structured workflow for planning and preparing Cloudflare-native applications from reusable microservices.sh templates and modules. Agents can browse available foundations, inspect the contracts behind them, select modules, and review the resulting application composition before any files or remote resources are changed.

The registry includes modules for product concerns such as authentication, booking, customer records, payments, files, and audit logs. The available inventory should be discovered through the server rather than assumed. Module inspection exposes details such as permissions, hooks, events, resources, storage requirements, and customization points.

Project generation is performed in memory. The generated source, documentation, migrations, and configuration can be inspected before a local project is created or edited. The server also supports readiness checks, secret-status reporting, update planning, and deployment planning.

How it works

A typical workflow starts with list_templates or list_modules. Use inspect_template or inspect_module to understand the selected contracts, and consult module documentation when implementation guidance is needed. compose_app produces a checked app composition and lockfile plan without writing files. validate_config checks the selected template, modules, and configuration for unsupported combinations or missing settings.

After generation and local checks, get_secrets_status reports required secret names and whether they are configured, without returning secret values. create_preview_plan prepares a deployment-readiness report containing resources, checks, warnings, errors, and approval requirements. deploy_preview can then prepare a remote preview deployment, but it is mutating and requires confirm: "preview". Use get_deployment_status afterward to inspect progress or deployment metadata.

The microservices-sh/mcp MCP server also supports module lifecycle planning. check_updates compares locked versions with the bundled registry snapshot, while plan_add_module and plan_module_upgrade report intended lockfile changes and review gates without applying them.

Setup and configuration

The package is available as @microservices-sh/mcp. The provided direct-run installation is:

Terminal
npx -y @microservices-sh/mcp

The package is a standalone stdio MCP server. A client can start the microservices-mcp command and provide configuration through environment variables. MICROSERVICES_API_URL selects the remote control-plane URL and defaults to https://api.microservices.sh. MICROSERVICES_API_KEY supplies the bearer token for remote tools, while MICROSERVICES_TOKEN is the fallback bearer token.

Local planning capabilities do not necessarily require remote credentials, but preview deployment and other control-plane operations depend on access to the configured API. The README also documents a local development mode that runs the built dist/index.js file with Node.js.

Tools and capabilities

  • Discover templates, modules, and module documentation.
  • Inspect template and module contracts before composing an app.
  • Compose and validate application plans without writing files.
  • Generate project artifacts in memory for review.
  • Run compatibility, contract, and readiness checks.
  • Plan module additions and version upgrades with approval gates.
  • Check secret requirements without exposing values.
  • Create preview plans and prepare confirmation-gated remote deployments.
  • Read preview deployment status from the control plane.

Limitations and notes

The server vendors a small SDK and module-contract snapshot until the public SDK is split out. Generated projects are returned in memory; generate_project does not write files. Planning tools similarly report intended changes rather than applying them. Remote deployment is the exception: deploy_preview can mutate remote state and should only be called after a human reviews the preview plan and supplies the required confirmation.

The microservices-sh/mcp MCP server does not return secret values through its tools. Its remote features require a reachable microservices.sh control plane and a bearer token configured through the documented environment variables.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Cloud Platforms View all alternatives
  • Next Devtools MCP logoNext Devtools MCP
    Verified

    Official Next.js MCP server for coding agents. Provides runtime diagnostics, route inspection, dev server logs, docs search, and upgrade guides. Requires Next.js 16+ dev server for full runtime features.

    ☁️ Cloud Platforms5 views
    Compare vs Next Devtools MCP →
  • Hub MCP logoHub MCP
    Verified

    Official MCP server to interact with Docker Hub, providing access to repositories, hub search and Docker Hardened Images

    ☁️ Cloud Platforms2 views
    Compare vs Hub MCP →
  • MCP Server Docker logoMCP Server Docker

    Integrate with Docker to manage containers, images, volumes, and networks.

    ☁️ Cloud Platforms3 views
    Compare vs MCP Server Docker →
  • MCP Redis Cloud logoMCP Redis Cloud

    Manage your Redis Cloud resources effortlessly using natural language. Create databases, monitor subscriptions, and configure cloud deployments with simple commands.

    ☁️ Cloud Platforms5 views
    Compare vs MCP Redis Cloud →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
1
Stargazers on the source repository.
npm downloads
203
Package downloads in the last 30 days.
Last commit
10d ago
Most recent push to the default branch.
Tools exposed
17
Callable tools this server registers over MCP.
Directory activity
4 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Microservices Sh MCP

Run `npx -y @microservices-sh/mcp`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMicroservices Sh MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/microservices-sh-mcp?style=directory)](https://allmcps.com/mcp/microservices-sh-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/microservices-sh-mcp"><img src="https://allmcps.com/api/badge/microservices-sh-mcp?style=directory" alt="Microservices Sh MCP on AllMCPs" /></a>

Technical Specs & Signals

Category☁️Cloud Platforms
PricingFree
More technical detailsExpand ▾
TransportSSE (Remote)
AuthAPI key
Last updatedSep 5, 2026
10/11 checks healthy over the last 32d
Views4
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
Last commit10d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 2, 2026
npm downloads203/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
64Quality signal: Good · 64/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools30/30
Adoption & activity7/15
Community engagement1/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 17d ago via OSV.dev · https://api.microservices.sh (npm)

★ Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ☁️ Cloud Platforms →Best MCP servers for Cloud Platforms →Alternatives to Microservices Sh MCP →Install in Claude DesktopInstall in CursorInstall in VS Code