micro-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@micro-mcpDeploy my Micro app to production"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Micro skill and MCP server
The official agent-facing package for Micro. It teaches a coding harness how to build, verify, preview, deploy, diagnose, update, and roll back a full-stack Micro, then exposes the same operations as typed local MCP tools backed by micro-cli.
Micro does not receive prompts or call a model. The skill runs in the creator's existing harness; the MCP server invokes the public CLI without handling passwords or provider secrets.
Install
Install the skill directly from this repository, or configure the bundled stdio server:
{
"mcpServers": {
"micro": {
"command": "npx",
"args": ["-y", "@andrebaltazar8/micro-mcp@0.1.0"]
}
}
}Install a compatible micro executable first and authenticate interactively. Set MICRO_CLI only when the executable is not on PATH; it must be an executable path, never a shell command.
Related MCP server: MetaCall MCP Server
Develop
npm ci
npm run check
npm run build
npm testThe package uses MCP 2026-07-28 through the stable TypeScript SDK v2 stdio entry and also serves legacy clients through SDK negotiation.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityAmaintenanceEnables users to define and run MCP tools using declarative YAML configs with built-in trust enforcement, credential brokering, and tamper-evident audit logging.14MIT
- Flicense-qualityCmaintenanceExposes MetaCall FaaS capabilities as MCP tools for deploying, invoking, and managing serverless functions.7
- Alicense-qualityAmaintenanceCLI + MCP toolkit for Anypoint Platform that enables deploying applications, tailing logs, pulling metrics, and managing API specs with production safety nets.421MIT
- Alicense-qualityBmaintenanceEnables file operations, npm package management, and configuration checking through MCP.81MIT
Related MCP Connectors
Build, deploy, and operate hosted web apps on VibeKit (vibekit.bot) from any MCP client.
Free MCP tools: the only MCP linter, health checks, cost estimation, and trust evaluation.
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AndreBaltazar8/micro-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server