Skip to main content
Glama

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 test

The package uses MCP 2026-07-28 through the stable TypeScript SDK v2 stdio entry and also serves legacy clients through SDK negotiation.

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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

View all MCP Connectors

Latest Blog Posts

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