★ 0 stars
TypeScript
🤖 AI/LLM
Updated 2d ago
MCP server for Claude Managed Agents — 34 tools, async execution, cost tracking, OAuth flow. Live at mcp.agentman.ai/claudeagents/mcp
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"agentman-claudeagent": {
"command": "npx",
"args": [
"-y",
"ChainOfAgents/agentman-claudeagents-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add agentman-claudeagent npx -y ChainOfAgents/agentman-claudeagents-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"agentman-claudeagent": {
"command": "npx",
"args": [
"-y",
"ChainOfAgents/agentman-claudeagents-mcp-server"
]
}
}
}