← Back to Plugins
MCP Server MCP

io.github.Delego-Dev/delego

github By github 👁 1 views ▲ 0 votes

Intent-bound action authorization for AI agents: policy, human approval, and a signed audit trail.

Homepage Verified source GitHub

Install

uvx delego

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "delego",
      "version": "0.3.4",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "value": "--from",
          "type": "positional",
          "valueHint": "from-flag"
        },
        {
          "value": "delego[mcp]",
          "type": "positional",
          "valueHint": "package-with-mcp-extra"
        },
        {
          "value": "delego-mcp",
          "type": "positional",
          "valueHint": "console-script"
        }
      ],
      "environmentVariables": [
        {
          "description": "Directory holding the policy, signing keys, and audit ledger (defaults to ~/.delego). Set this to keep state project-scoped, e.g. /abs/path/to/project/.claude/.delego.",
          "name": "DELEGO_HOME"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...