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.
Server Config
{
"mcpServers": {
"writbase": {
"type": "http",
"url": "https://<project-ref>.supabase.co/functions/v1/mcp-server/mcp",
"headers": {
"Authorization": "Bearer wb_<key_id>_<secret>"
}
}
}
}