Serversio.github.Gammell53/clawwork
C

io.github.Gammell53/clawwork

io.github.Gammell53/clawwork · v0.1.3
▦ npm
v0.1.3npm npm: @clawwork/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.Gammell53/clawwork",
  "description": "AI agent project management — task boards, progress tracking, and cost reporting.",
  "repository": {
    "url": "https://github.com/Gammell53/clawwork-mcp",
    "source": "github"
  },
  "version": "0.1.3",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@clawwork/mcp",
      "version": "0.1.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your ClawWork API key (starts with ct_)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "CLAWWORK_API_KEY"
        },
        {
          "description": "ClawWork project ID to scope tasks to",
          "format": "string",
          "name": "CLAWWORK_PROJECT_ID"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}