Skip to content
VS Code

DocAuto for VS Code

io.github.gzucob/docauto-mcp

Model Context Protocol server for the DocAuto document-generation API.

client:VS Code transport:stdio runtime:pypi

Install DocAuto in VS Code

.vscode/mcp.json

{
  "servers": {
    "docauto-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "docauto-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

DocAuto in other clients