HomeProductivity › delega-mcp

delega-mcp

Delega MCP client. Public hosted access retired July 28, 2026; existing owner credentials only.

TypeScript CloudLocal macOSWindowsLinux
★ 1 stars Last pushed 2026-09-21 License: MIT

Topics: Workplace & Productivity

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.19.0)

npx -y @delega-dev/mcp@1.19.0

Or add to your MCP client config:

{
  "mcpServers": {
    "delega-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@delega-dev/mcp@1.19.0"
      ],
      "env": {
        "DELEGA_API_KEY": "<YOUR_VALUE>",
        "DELEGA_API_URL": "<YOUR_VALUE>",
        "DELEGA_CF_ACCESS_CLIENT_ID": "<YOUR_VALUE>",
        "DELEGA_CF_ACCESS_CLIENT_SECRET": "<YOUR_VALUE>"
      }
    }
  }
}
  • DELEGA_API_KEY required secret — Existing Delega owner credential. Public hosted onboarding is retired.
  • DELEGA_API_URL — Delega API endpoint. The default https://api.delega.dev is an owner-only private runtime.
  • DELEGA_CF_ACCESS_CLIENT_ID secret — Cloudflare Access service-token client ID. Configure it together with DELEGA_CF_ACCESS_CLIENT_SECRET.
  • DELEGA_CF_ACCESS_CLIENT_SECRET secret — Cloudflare Access service-token secret. Configure it together with DELEGA_CF_ACCESS_CLIENT_ID.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry