Delego MCP Server

Website: delegohq.com · Docs: delegohq.com/docs · Spec: Delego-Dev/specification. It runs locally over stdio via the published package.

People connecting security tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-06-11 · ★ 25 · #62 OF 182 MAINTAINED SECURITY · VERIFIED 2026-08-25

Apache-2.0 · Python servers · how we verify → /methodology

01 · Install Delego

before you install - you'll need

DELEGO_HOME

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add delego-dev-delego -- uvx delego

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "delego-dev-delego": {
      "command": "uvx",
      "args": [
        "delego"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license Apache-2.0 - declared in the repository

pypi package delego - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.Delego-Dev is GitHub-verified and matches the repo owner

03 · What Delego can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.3.4 · 2026-06-11

Adds the single-writer daemon - the spec's serialized single-writer ledger, made real. Protocol unchanged (0.3); the daemon is optional (no daemon → file-backed, exactly as before). · Added · delego daemon - one…

v0.3.3 · 2026-06-10

Implements the §9 authorization token (optional profile) - the last spec-ahead item, and the enforcement-side closure of the agent declared-vs-sent gap. Protocol unchanged (0.3); the token is additive and off by…

v0.3.2 · 2026-06-10

Packaging-only release; protocol unchanged (0.3), no functional or API changes. · Project metadata now links the website: PyPI Homepage/Documentation/Changelog → delegohq.com, and the MCP Registry entry carries…

04 · Who maintains Delego

delego is maintained by delego-dev. It's the only MCP server we track from this author; the repo dates to Jun 2026.

05 · Facts

category
security - ranked #62 of 182 actively-maintained security servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-06-11)
registry
io.github.Delego-Dev/delego (active, first published 2026-06-09 · 6 versions)
packages
pypi:delego

06 · Delego FAQ

What is Delego?

Website: delegohq.com · Docs: delegohq.com/docs · Spec: Delego-Dev/specification. It runs locally over stdio via the published package.

Is Delego still maintained?

Yes - as of 2026-08-25, its last commit was 2026-06-11 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Delego?

Run `uvx delego`. The README documents one environment variable (DELEGO_HOME) to set first. You can also paste the ready-made client config above.

Does Delego run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Delego