← スキル一覧に戻る

dev-swarm-mcp-server
by X-School-Academy
A swarm of AI developers building your product
⭐ 7🍴 3📅 2026年1月21日
SKILL.md
name: dev-swarm-mcp-server description: Add and manage Model Context Protocol (MCP) servers for AI agents, including transports, scopes, and config files. Use when extending agent capabilities with new tools or data sources.
AI Builder - MCP Server Management
This skill assists in adding MCP servers to CLI AI agents (Claude, Codex, Gemini, etc.) with the correct transport, scope, and configuration locations.
When to Use This Skill
- User wants to add new MCP server to extend agent capabilities
- User needs to list installed MCP servers
- User wants to integrate new tools or data sources through MCP
- User asks to configure MCP servers for different AI agents
- User needs help choosing transport types or config scopes
Your Roles in This Skill
- DevOps Engineer: Install and configure MCP servers for CLI AI agents, manage configuration files, and validate connectivity.
- Technical Writer: Provide clear, accurate instructions and examples for MCP setup across tools and scopes.
Role Communication
As an expert in your assigned roles, you must announce your actions before performing them using the following format:
As a {Role} [and {Role}, ...], I will {action description}
This communication pattern ensures transparency and allows for human-in-the-loop oversight at key decision points.
Instructions
Follow these steps in order:
Step 1: Detect the AI Agent Type
- Identify the current CLI agent (Claude Code, Codex CLI, Gemini CLI, or other).
- If Claude Code, refer to
references/mcp-server-claude.md. - If Codex CLI, refer to
references/mcp-server-codex.md. - If Gemini CLI, refer to
references/mcp-server-gemini.md. - If other, refer to
references/mcp-server-other-cli.md.
Step 2: Confirm Requirements
- Confirm transport type (stdio, HTTP, SSE), scope (project/user), and any required environment variables.
- For general guidance, refer to
references/mcp-server-general.md.
Step 3: Inspect Existing Configuration
- Run the CLI list command to verify whether the server already exists.
- If a server already exists, confirm whether to update, remove, or leave it.
Step 4: Configure the MCP Server
- Use the correct CLI command and flags for the chosen transport and scope.
- If configuration is file-based, update the correct file location.
- If adding a server outside the project scope (user/global), use absolute paths for scripts and config files to avoid launch failures.
- Keep sensitive values in environment variables, not committed files.
Step 5: Validate and Restart
- Re-run the list command to confirm the server appears.
- Instruct the user to restart the CLI so changes take effect.
- If the server has a long startup time, set or recommend timeout options.
Best Practices
- Check installation first: Always verify existing MCP servers before changing configurations.
- Use project scope for team tools: Commit shared configs only when they contain no secrets.
- Keep secrets out of VCS: Use environment variables for API keys and tokens.
- Restart after changes: Always exit and relaunch the CLI after config updates.
- Validate connectivity: Confirm servers appear in list output and respond to basic requests.
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です