Skip to content
Zed

holded mcp for Zed

io.github.energio-es/holded-mcp

MCP server for Holded — invoicing, accounting, CRM, projects, and team

client:Zed transport:stdio runtime:npm

Install holded mcp 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": {
    "holded-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@energio/holded-mcp"
      ],
      "env": {
        "HOLDED_API_KEY": "<HOLDED_API_KEY>",
        "HOLDED_MODULES": "<HOLDED_MODULES>",
        "HOLDED_RATE_LIMIT_PER_SECOND": "<HOLDED_RATE_LIMIT_PER_SECOND>",
        "HOLDED_DEBUG": "<HOLDED_DEBUG>"
      }
    }
  }
}

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

holded mcp in other clients