delego
Rank #10,909io.github.Delego-Dev/delego
Intent-bound action authorization for AI agents: policy, human approval, and a signed audit trail.
delego is a Model Context Protocol (MCP) server published by delego-dev. It ranks #10,909 of 132,046 servers tracked on MCP Toplist, and its repository has 25 GitHub stars. delego is listed across 3 registries — Official MCP, Glama and PulseMCP, with 6 tracked versions. It was first listed on Jun 3, 2026 and most recently updated on Jun 11, 2026.
Ranks ahead of 121,137 of 132,046 servers on MCP Toplist.
Use delego
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add delego -e "DELEGO_HOME=<your DELEGO_HOME>" -- uvx --from "delego[mcp]" delego-mcp delegoReplace each placeholder with your own value before saving.
[mcp_servers.delego]
command = "uvx"
args = ["--from", "delego[mcp]", "delego-mcp", "delego"]
[mcp_servers.delego.env]
DELEGO_HOME = "<your DELEGO_HOME>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"delego": {
"command": "uvx",
"args": [
"--from",
"delego[mcp]",
"delego-mcp",
"delego"
],
"env": {
"DELEGO_HOME": "<your DELEGO_HOME>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"delego": {
"command": "uvx",
"args": [
"--from",
"delego[mcp]",
"delego-mcp",
"delego"
],
"env": {
"DELEGO_HOME": "<your DELEGO_HOME>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"delego": {
"type": "stdio",
"command": "uvx",
"args": [
"--from",
"delego[mcp]",
"delego-mcp",
"delego"
],
"env": {
"DELEGO_HOME": "<your DELEGO_HOME>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"delego": {
"command": "uvx",
"args": [
"--from",
"delego[mcp]",
"delego-mcp",
"delego"
],
"env": {
"DELEGO_HOME": "<your DELEGO_HOME>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"delego": {
"command": "uvx",
"args": [
"--from",
"delego[mcp]",
"delego-mcp",
"delego"
],
"env": {
"DELEGO_HOME": "<your DELEGO_HOME>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Delego-Dev%2Fdelego)<a href="https://mcptoplist.com/server/io.github.Delego-Dev%2Fdelego"><img src="https://mcptoplist.com/badge/io.github.Delego-Dev%2Fdelego.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
delego-dev
Available versions (6)
| Version | Published |
|---|---|
| 0.3.4 | Jun 11, 2026 |
| 0.3.3 | Jun 10, 2026 |
| 0.3.2 | Jun 10, 2026 |
| 0.3.1 | Jun 10, 2026 |
| 0.3.0 | Jun 10, 2026 |
| 0.2.4 | Jun 9, 2026 |
Frequently asked questions
- Who maintains delego?
- delego is maintained by delego-dev, which publishes 1 MCP server (6 total versions) tracked on MCP Toplist.
- Is delego listed on the Official MCP Registry?
- Yes — delego is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does delego have?
- MCP Toplist tracks 6 versions of delego, most recently published on Jun 11, 2026.
- Where can I find the source code for delego?
- The source code for delego is hosted at github.com/delego-dev/delego.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.