← Back to Plugins
MCP Server MCP

io.github.Writbase/writbase

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://{PROJECT_REF}.supabase.co/functions/v1/mcp-server/mcp",
      "headers": [
        {
          "description": "Bearer token: wb_<key_id>_<secret>",
          "name": "Authorization"
        }
      ],
      "variables": {
        "PROJECT_REF": {
          "description": "Your Supabase project reference ID"
        }
      }
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "writbase",
      "version": "0.1.3",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your WritBase MCP endpoint URL",
          "isRequired": true,
          "name": "WRITBASE_URL"
        },
        {
          "description": "Agent key (wb_<key_id>_<secret>)",
          "isRequired": true,
          "isSecret": true,
          "name": "WRITBASE_AGENT_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...