Skip to content
Zed

LayerOne (DocX + Sign) for Zed

io.github.golayerone/layerone

MCP server for LayerOne DocX (documents & Factur-X) and Sign (e-signature) APIs.

client:Zed transport:stdio runtime:npm

Install LayerOne (DocX + Sign) 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": {
    "layerone": {
      "command": "npx",
      "args": [
        "-y",
        "layerone-mcp"
      ],
      "env": {
        "DOCX_API_KEY": "<DOCX_API_KEY>",
        "SIGN_API_KEY": "<SIGN_API_KEY>"
      }
    }
  }
}

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

LayerOne (DocX + Sign) in other clients