Skip to content
Zed

scribe for Zed

com.writulos/scribe

Generate clean markdown documentation for your code — one file, or up to 20 in one batch.

client:Zed transport:stdio runtime:npm

Install scribe in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "scribe": {
      "command": "npx",
      "args": [
        "-y",
        "writulos-mcp"
      ],
      "env": {
        "WRITULOS_API_KEY": "<WRITULOS_API_KEY>",
        "WRITULOS_OUTPUT_DIR": "<WRITULOS_OUTPUT_DIR>",
        "WRITULOS_PROJECT_ROOT": "<WRITULOS_PROJECT_ROOT>",
        "WRITULOS_API_URL": "<WRITULOS_API_URL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

scribe in other clients