Serversio.github.Writbase/writbase
W

io.github.Writbase/writbase

io.github.Writbase/writbase · v0.1.3
▦ npm
v0.1.3npm npm: writbase🌐 https://{PROJECT_REF}.supabase.co/functions/v1/mcp-server/mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.Writbase/writbase",
  "description": "MCP-native task management for AI agent fleets with scoped permissions and provenance.",
  "repository": {
    "url": "https://github.com/Writbase/writbase",
    "source": "github"
  },
  "version": "0.1.3",
  "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"
        }
      ]
    }
  ],
  "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"
        }
      }
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}