Aplicação de um agente que descobre MCP servers disponíveis, decide dinamicamente qual usar para resolver uma tarefa recebida
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"agent-orchestrador-m": {
"command": "npx",
"args": [
"-y",
"jabes-christian/agent-orchestrador-mcp"
]
}
}
}
Run in terminal:
claude mcp add agent-orchestrador-m npx -y jabes-christian/agent-orchestrador-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"agent-orchestrador-m": {
"command": "npx",
"args": [
"-y",
"jabes-christian/agent-orchestrador-mcp"
]
}
}
}