MCP.so
Sign In
Servers
W

Writbase - MCP Task Management for AI Agent Fleets

@Writbase

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.

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)

Links

More from AI & Agents