Agent capability
mcp-builder
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
Complete terms in LICENSE.txt
Compatible agent runtimes
11 files
122,236 bytes
Runtime provisioning
Provision this capability
The provisioning flow resolves the versioned manifest, verifies every SHA-256 digest, and applies the package atomically.
Shared Agent Skills
User scope: ~/.agents/skills/mcp-builder
curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh mcp-builder --client agents --scope user --registry __MM_RUNTIME_ORIGIN__
Codex
User scope: ~/.agents/skills/mcp-builder
curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh mcp-builder --client codex --scope user --registry __MM_RUNTIME_ORIGIN__
OpenCode
User scope: ~/.config/opencode/skills/mcp-builder
curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh mcp-builder --client opencode --scope user --registry __MM_RUNTIME_ORIGIN__
Antigravity
User scope: ~/.gemini/config/skills/mcp-builder
curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh mcp-builder --client antigravity --scope user --registry __MM_RUNTIME_ORIGIN__
Windows PowerShell
$installer = Join-Path $env:TEMP 'mm-skills-install.ps1'; Invoke-WebRequest '__MM_RUNTIME_ORIGIN__/install.ps1' -OutFile $installer; & $installer -Skill 'mcp-builder' -Client 'agents' -Scope 'user' -Registry '__MM_RUNTIME_ORIGIN__'
Artifact integrity
Versioned package contents
| Path | Bytes | SHA-256 |
|---|---|---|
| LICENSE.txt | 11,345 | bc6b3af2f331cbc7… |
| reference/evaluation.md | 21,663 | 8c99479f8a2d22a6… |
| reference/mcp_best_practices.md | 7,330 | 80fb4369a349447c… |
| reference/node_mcp_server.md | 28,550 | c3ba35a4f599dd53… |
| reference/python_mcp_server.md | 25,099 | 2da52f77e6751910… |
| scripts/connections.py | 4,875 | 9403668a20415687… |
| scripts/evaluation.py | 12,579 | 49ed1d17cdce5da1… |
| scripts/example_evaluation.xml | 1,194 | 9272b348ddcc4b06… |
| scripts/requirements.txt | 29 | d5d7558b2368ecea… |
| SKILL.md | 9,092 | 0f4592dcb53cf2b5… |
| SOURCE.md | 480 | 08e1a9564ef88eeb… |