Multi-agent coordination for AI coding fleets — MCP server, REST API, and CLI over a shared SQLite backbone with atomic task claiming and real-time SSE events.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"wood-fired-tasks": {
"command": "npx",
"args": [
"-y",
"Wood-Fired-Games/wood-fired-tasks"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add wood-fired-tasks npx -y Wood-Fired-Games/wood-fired-tasks
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"wood-fired-tasks": {
"command": "npx",
"args": [
"-y",
"Wood-Fired-Games/wood-fired-tasks"
]
}
}
}
📋 Copy