A cross-platform desktop application for managing AI Agents and MCP Servers. 一款用于管理AI智能体与MCP服务器的跨平台桌面应用程序。
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_manager": {
"command": "npx",
"args": [
"-y",
"Zafer-Liu/Agent_Manager"
]
}
}
}
Run in terminal:
claude mcp add agent_manager npx -y Zafer-Liu/Agent_Manager
Add to .cursor/mcp.json:
{
"mcpServers": {
"agent_manager": {
"command": "npx",
"args": [
"-y",
"Zafer-Liu/Agent_Manager"
]
}
}
}