MCP Sudo runs on your own machine — the client starts it, so there is no endpoint to ping. 71 installs a week from pypi. Last commit 20 Apr 2026.
Run sudo commands with a Fernet-encrypted password bound to machine-id + user.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-sudo -- uvx mcp-sudo
{
"mcpServers": {
"mcp-sudo": {
"args": [
"mcp-sudo"
],
"command": "uvx"
}
}
}
[mcp_servers.mcp-sudo]
command = "uvx"
args = ["mcp-sudo"]
{
"mcpServers": {
"mcp-sudo": {
"args": [
"mcp-sudo"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"mcp-sudo": {
"args": [
"mcp-sudo"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.