- Writbase - MCP Task Management for AI Agent Fleets
Writbase - MCP Task Management for AI Agent Fleets
A control plane for AI agents and human supervisors. Persistent task registry with scoped permissions, inter-agent delegation, and full provenance - all accessible via MCP.
Deploy on Supabase free tier in 3 commands.
Overview
Features
- 12 MCP tools — 5 worker + 7 manager tools
- 6 permission types — can_read, can_create, can_update, can_assign, can_comment, can_archive
- Project + department scoping — permissions per (project, department) pair
- Optimistic concurrency — version-based conflict detection
- Inter-agent delegation — assignment chains with depth limits and cycle detection
- Webhook delivery — HMAC-signed Standard Webhooks on task events
- Full provenance — append-only audit log for every change
- Dynamic MCP schema — tool visibility and enums adapt per agent's permissions
Quick Start
- Deploy:
supabase db push && supabase functions deploy mcp-server --no-verify-jwt - Create an agent key in the dashboard
- Connect any MCP client (Claude Code, Cursor, VS Code)
Links
- GitHub: https://github.com/Writbase/writbase
- Docs: https://github.com/Writbase/writbase/blob/main/docs/quickstart.md
- License: Apache 2.0
Server Config
{
"mcpServers": {
"writbase": {
"type": "http",
"url": "https://<project-ref>.supabase.co/functions/v1/mcp-server/mcp",
"headers": {
"Authorization": "Bearer wb_<key_id>_<secret>"
}
}
}
}Project Info
Created At
3 months agoUpdated At
3 months agoAuthor Name
WritbaseStar
-Language
-License
-Recommend Servers
View AllSigstore
@3089464667
21 hours ago
Littleorange Video Mcp
@littleorange-ai
21 hours ago