Andromity loads skills from folders you trust. Install with andromity skill install mcp-server-builder — autonomy and approval limits stay configurable per session.
Destination: Paste into any AI Agent (Cursor, Claude, Windsurf, AGY, Andromity)prompt mode
# Install the "Model Context Protocol Server Builder" skill
You are installing an AgenticMarket skill into this workspace. Follow these steps exactly.
## 1. Detect your environment and choose the destination file
- Andromity: `.andromity/skills/mcp-server-builder/SKILL.md` (or user scope `~/.andromity/skills/mcp-server-builder/SKILL.md`)
- Antigravity / Gemini CLI: `.agent/skills/mcp-server-builder/SKILL.md`
- Cursor: `.cursor/rules/mcp-server-builder.mdc`
- Claude Code: append to `CLAUDE.md` (or `.claude/skills/mcp-server-builder.md`)
- Windsurf: append to `.windsurfrules`
- Cline / Roo Code: `.clinerules/mcp-server-builder.md`
- GitHub Copilot: append to `.github/copilot-instructions.md`
- ChatGPT / web only: paste the content into Custom Instructions
- Any other agent: save to `.agent/skills/mcp-server-builder/SKILL.md`
## 2. Create the destination file
- Preserve every existing file and configuration entry.
- Create parent folders as needed.
- Never overwrite unrelated content.
## 3. Write exactly this content
```markdown
---
name: mcp-server-builder
description: "Build, test, and publish Model Context Protocol (MCP) servers in TypeScript and Python for Claude, Cursor, and IDEs."
author: anthropic
license: mit
version: 1.0.0
---
# MCP Server Builder
Constructing standardized Model Context Protocol servers:
- Implement the official `@modelcontextprotocol/sdk`.
- Expose resources, prompts, and tools with clear input schemas.
- Support both Stdio transport for local IDEs and SSE / Stream transports for remote deployments.
```
## 4. Verify
- Confirm the file exists and is readable.
- Report the destination path and confirm the "Model Context Protocol Server Builder" skill is installed and active.
Skill metadata:
- Slug: mcp-server-builder
- Category: ai-agents
- License: mit
- Source: AgenticMarket