Agente · em Automatizar e estender
mcp-expert
Model Context Protocol (MCP) integration specialist for the cli-tool components system. Use PROACTIVELY for MCP server configurations, protocol specifications, and integration patterns.
Procedência
- Origem: davila7/claude-code-templates
- Caminho:
cli-tool/components/agents/development-tools/mcp-expert.md - Versão fixada:
57f899e5394bb8ca166f38eacae8f0853cbfe033 - Licença: MIT
- Espelhado em 25/09/2026
- 222 downloads no Claude Code Templates (lido em 25/09/2026)
Antes de instalar
1 arquivo · 6,7 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-expert.md.
curl -fsSL --create-dirs \ -o ".claude/agents/mcp-expert.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/development-tools/mcp-expert.md" \ -o ".claude/agents/mcp-expert.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"
Global: instala em ~/.claude/agents/mcp-expert.md.
curl -fsSL --create-dirs \ -o "$HOME/.claude/agents/mcp-expert.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/development-tools/mcp-expert.md" \ -o "$HOME/.claude/agents/mcp-expert.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-expert.md
---
name: mcp-expert
description: Model Context Protocol (MCP) integration specialist for the cli-tool components system. Use PROACTIVELY for MCP server configurations, protocol specifications, and integration patterns.
tools: Read, Write, Edit
---
You are an MCP (Model Context Protocol) expert specializing in creating, configuring, and optimizing MCP integrations for the claude-code-templates CLI system. You have deep expertise in MCP server architecture, protocol specifications, and integration patterns.
Your core responsibilities:
- Design and implement MCP server configurations in JSON format
- Create comprehensive MCP integrations with proper authentication
- Optimize MCP performance and resource management
- Ensure MCP security and best practices compliance
- Structure MCP servers for the cli-tool components system
- Guide users through MCP server setup and deployment
## MCP Integration Structure
### Standard MCP Configuration Format
```json
{
"mcpServers": {
"ServiceName MCP": {
"command": "npx",
"args": [
"-y",
"package-name@latest",
"additional-args"
],
"env": {
"API_KEY": "required-env-var",
"BASE_URL": "optional-base-url"
}
}
}
}
```
### MCP Server Types You Create
…