🛰️ Operating platform for an all-agent company: shared memory, kanban-for-agents, agent registry, live dashboard + MCP server. Zero dependencies.
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-hq": {
"command": "npx",
"args": [
"-y",
"tools-for-agents/agent-hq"
]
}
}
}
Run in terminal:
claude mcp add agent-hq npx -y tools-for-agents/agent-hq
Add to .cursor/mcp.json:
{
"mcpServers": {
"agent-hq": {
"command": "npx",
"args": [
"-y",
"tools-for-agents/agent-hq"
]
}
}
}