Serversio.github.mholzen/workflowy
W

io.github.mholzen/workflowy

io.github.mholzen/workflowy · v0.8.1
▦ docker
v0.8.1docker oci: ghcr.io/mholzen/workflowy:0.8.1↗ 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.mholzen/workflowy",
  "description": "Create, update, complete nodes, search & replace with regex and dry run, usage reports, transforms",
  "repository": {
    "url": "https://github.com/mholzen/workflowy",
    "source": "github"
  },
  "version": "0.8.1",
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/mholzen/workflowy:0.8.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Workflowy API key (get it from https://workflowy.com/api-key/)",
          "isRequired": true,
          "isSecret": true,
          "name": "WORKFLOWY_API_KEY"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}