agent-desk-mcp
v1.1.2
Published
MCP server for multi-agent interaction with users
Maintainers
Readme
agent-desk-mcp
MCP server for multi-agent interaction with users - enables blocking question capability with message queue management.
Installation
# No installation needed - use npx directly
npx agent-desk-mcp --api-url http://localhost:8080Requirements
- Node.js >= 18.0.0
- API Server running (see agent-desk)
Usage
Basic Usage
# Run MCP server connecting to API server
npx agent-desk-mcp --api-url http://localhost:8080With Claude Desktop
Add to your Claude Desktop configuration:
{
"mcpServers": {
"agent-desk": {
"command": "npx",
"args": ["agent-desk-mcp", "--api-url", "http://localhost:8080"]
}
}
}License
MIT
