
Product
Microsoft Teams Notifications Are Now Available in Socket
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.
@microservices-sh/mcp
Advanced tools
Local stdio MCP server for microservices.sh modules, templates, checks, and guarded preview deployment.
Local stdio MCP server for microservices.sh modules, templates, checks, and guarded preview deployment.
This package is a standalone stdio MCP server. It vendors a small microservices.sh SDK/module-contract snapshot until the public SDK is split out.
pnpm add -D @microservices-sh/mcp
Or run it directly after publish:
pnpm dlx @microservices-sh/mcp
{
"mcpServers": {
"microservices": {
"command": "microservices-mcp",
"env": {
"MICROSERVICES_API_URL": "https://api.microservices.sh",
"MICROSERVICES_API_KEY": "favored-secret-manager-reference"
}
}
}
}
For local development inside this repo:
{
"mcpServers": {
"microservices-local": {
"command": "node",
"args": ["/absolute/path/to/mcp/dist/index.js"]
}
}
}
Build the local package first:
pnpm build
Read-only and local planning tools:
list_templatesinspect_templatelist_modulesinspect_modulelist_module_docsget_module_doccompose_appvalidate_configgenerate_projectrun_checksplan_add_modulecheck_updatesplan_module_upgradeget_secrets_statuscreate_preview_planRemote control-plane tools:
deploy_previewget_deployment_statusdeploy_preview is mutating and requires confirm: "preview". Run create_preview_plan first.
| Variable | Purpose |
|---|---|
MICROSERVICES_API_URL | Remote control-plane URL. Defaults to https://api.microservices.sh. |
MICROSERVICES_API_KEY | Bearer token for remote tools. |
MICROSERVICES_TOKEN | Fallback bearer token. |
Secret values are never returned by the MCP tools.
The package declares:
{
"mcpName": "sh.microservices/mcp"
}
Before publishing to the official MCP Registry, verify the microservices.sh DNS namespace and publish the npm package. Docker/OCI packaging should wrap this same stdio server rather than forking behavior.
FAQs
MCP server for AI agents building Cloudflare-native apps with verified modules, local checks, and approval-gated deploy plans.
The npm package @microservices-sh/mcp receives a total of 51 weekly downloads. As such, @microservices-sh/mcp popularity was classified as not popular.
We found that @microservices-sh/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.

Security News
Socket CTO Ahmad Nassri joins AppSec leaders at Black Hat to discuss active malware, package manager risks, and software supply chain defense.