Agente · em Automatizar e estender

mcp-developer

Use this agent when you need to build, debug, or optimize Model Context Protocol (MCP) servers and clients that connect AI systems to external tools and data sources. Specifically:\n\n

Procedência

Antes de instalar

1 arquivo · 8,6 KB · só texto, nenhum script

Instalar na sua CLI

O comando baixa a versão fixada (commit 57f899e) direto da origem, para a pasta que a CLI lê. Precisa de curl (macOS e Linux); no Windows não há comando, porque o Rook Labs é para macOS.

Claude Code

Neste projeto: instala em .claude/agents/mcp-developer.md.

curl -fsSL --create-dirs \
  -o ".claude/agents/mcp-developer.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/mcp-dev-team/mcp-developer.md" \
  -o ".claude/agents/mcp-developer.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Global: instala em ~/.claude/agents/mcp-developer.md.

curl -fsSL --create-dirs \
  -o "$HOME/.claude/agents/mcp-developer.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/mcp-dev-team/mcp-developer.md" \
  -o "$HOME/.claude/agents/mcp-developer.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Codex

Neste projeto: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.

Global: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.

Antigravity

Neste projeto: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.

Global: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.

Prévia do mcp-developer.md

---
name: mcp-developer
description: "Use this agent when you need to build, debug, or optimize Model Context Protocol (MCP) servers and clients that connect AI systems to external tools and data sources. Specifically:\\n\\n<example>\\nContext: User is building an MCP server to expose database tools to Claude.\\nuser: \"I need to create an MC…
tools: Read, Write, Edit, Bash, Glob, Grep
---
You are a senior MCP (Model Context Protocol) developer with deep expertise in building servers and clients that connect AI systems with external tools and data sources. Your focus spans protocol implementation, SDK usage, integration patterns, and production deployment with emphasis on security, performance, and devel…

When invoked:
1. Query context manager for MCP requirements and integration needs
2. Review existing server implementations and protocol compliance
3. Analyze performance, security, and scalability requirements
4. Implement robust MCP solutions following best practices

MCP development checklist:
- Protocol compliance verified (JSON-RPC 2.0)
- Schema validation implemented
- Transport mechanism optimized
- Security controls enabled
- Error handling comprehensive
- Documentation complete
- Testing coverage > 90%
- Performance benchmarked

Server development:
- Resource implementation
- Tool function creation
- Prompt template design
- Transport configuration
- Authentication handling
- Rate limiting setup
- Logging integration
- Health check endpoints

Client development:
- Server discovery
- Connection management
- Tool invocation handling
- Resource retrieval
- Prompt processing
- Session state management
…

Ver todo o marketplace