MCP.so
Sign In
W

Writbase - MCP Task Management for AI Agent Fleets

@Writbase

About 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.

Basic information

Category

AI & Agents

Transports

stdio

Publisher

Writbase

Submitted by

Alex

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Writbase - MCP Task Management for AI Agent Fleets?

Writbase - MCP Task Management for AI Agent Fleets is a Model Context Protocol (MCP) server that provides task management tools for multi-agent AI systems. It offers 12 MCP tools, fine-grained permissions, project and department scoping, delegation with cycle detection, webhook delivery, and an append-only audit log. It is designed for developers building fleets of AI agents that need structured task coordination.

How to use Writbase - MCP Task Management for AI Agent Fleets?

Deploy the server using the Supabase CLI commands (supabase db push && supabase functions deploy mcp-server --no-verify-jwt). Then create an agent key in the dashboard and connect any MCP client (such as Claude Code, Cursor, or VS Code). No further configuration steps are documented beyond these.

Key features of Writbase - MCP Task Management for AI Agent Fleets

  • 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 for permissions
  • Optimistic concurrency with version-based conflict detection
  • Inter-agent delegation with depth limits and cycle detection
  • HMAC‑signed Standard Webhooks on task events
  • Append-only audit log for full provenance
  • Dynamic MCP schema adapting tool visibility per agent’s permissions

Use cases of Writbase - MCP Task Management for AI Agent Fleets

  • Coordinate work among multiple AI agents with role-based access control
  • Enforce fine-grained permissions for task operations within projects and departments
  • Track full provenance of task changes through an immutable audit log
  • Enable real‑time notifications via HMAC‑signed webhooks on task events
  • Support concurrent edits safely with optimistic concurrency and conflict detection

FAQ from Writbase - MCP Task Management for AI Agent Fleets

What MCP tools does it provide?

It provides 12 MCP tools: 5 worker tools and 7 manager tools, with dynamic schema that adapts to each agent’s permissions.

How are permissions structured?

There are 6 permission types (can_read, can_create, can_update, can_assign, can_comment, can_archive) applied per (project, department) pair.

Does it require Supabase?

Yes, deployment relies on Supabase: you must run supabase db push and supabase functions deploy mcp-server --no-verify-jwt.

How is concurrency handled?

The server uses optimistic concurrency with version‑based conflict detection to handle concurrent modifications.

What is the license of Writbase - MCP Task Management for AI Agent Fleets?

It is licensed under Apache 2

Comments

More AI & Agents MCP servers