io.github.Delego-Dev/delego MCP Server
io.github.Delego-Dev/delego
What is the io.github.Delego-Dev/delego MCP server?
Intent-bound action authorization for AI agents: policy, human approval, and a signed audit trail.
How to install io.github.Delego-Dev/delego
Copy-paste configuration for popular MCP clients.
DELEGO_HOMEDirectory 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.
{
"mcpServers": {
"delego": {
"command": "uvx",
"args": [
"delego",
"--from",
"delego[mcp]",
"delego-mcp"
],
"env": {
"DELEGO_HOME": "<YOUR_DELEGO_HOME>"
}
}
}
}{
"mcpServers": {
"delego": {
"command": "uvx",
"args": [
"delego",
"--from",
"delego[mcp]",
"delego-mcp"
],
"env": {
"DELEGO_HOME": "<YOUR_DELEGO_HOME>"
}
}
}
}{
"mcpServers": {
"delego": {
"command": "uvx",
"args": [
"delego",
"--from",
"delego[mcp]",
"delego-mcp"
],
"env": {
"DELEGO_HOME": "<YOUR_DELEGO_HOME>"
}
}
}
}{
"servers": {
"delego": {
"type": "stdio",
"command": "uvx",
"args": [
"delego",
"--from",
"delego[mcp]",
"delego-mcp"
],
"env": {
"DELEGO_HOME": "<YOUR_DELEGO_HOME>"
}
}
}
}claude mcp add delego --env DELEGO_HOME=<YOUR_DELEGO_HOME> -- uvx delego --from delego[mcp] delego-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.