← Index

io.github.Writbase/writbase

io.github.Writbase/writbase·v0.1.3·Other
Quality Score
79
/100

MCP-native task management for AI agent fleets with scoped permissions and provenance.

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://{PROJECT_REF}.supabase.co/functions/v1/mcp-server/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "writbase": {
      "command": "npx",
      "args": [
        "-y",
        "writbase"
      ],
      "env": {
        "WRITBASE_URL": "<writbase_url>",
        "WRITBASE_AGENT_KEY": "<your-writbase_agent_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "writbase": {
      "command": "npx",
      "args": [
        "-y",
        "writbase"
      ],
      "env": {
        "WRITBASE_URL": "<writbase_url>",
        "WRITBASE_AGENT_KEY": "<your-writbase_agent_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y writbase
§02  Environment variables
WRITBASE_URL
required

Your WritBase MCP endpoint URL

WRITBASE_AGENT_KEY
requiredsecret

Agent key (wb_<key_id>_<secret>)

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other