Writbase - MCP Task Management for AI Agent Fleets

Created By
Writbase3 months ago
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

  1. Deploy: supabase db push && supabase functions deploy mcp-server --no-verify-jwt
  2. Create an agent key in the dashboard
  3. Connect any MCP client (Claude Code, Cursor, VS Code)

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 ago
Updated At
3 months ago
Author Name
Writbase
Star
-
Language
-
License
-
Category

Recommend Servers

View All