Skip to content
Cursor

scribe for Cursor

com.writulos/scribe

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

client:Cursor transport:stdio runtime:npm

Install scribe in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "scribe": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

scribe in other clients