PluginBench
MCP Server
Maintained

io.github.KamaruSama/mcp-sudo MCP Server

io.github.KamaruSama/mcp-sudo

What is the io.github.KamaruSama/mcp-sudo MCP server?

Run sudo commands with a Fernet-encrypted password bound to machine-id + user.

How to install io.github.KamaruSama/mcp-sudo

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-sudo": {
      "command": "uvx",
      "args": [
        "mcp-sudo"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-sudo": {
      "command": "uvx",
      "args": [
        "mcp-sudo"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-sudo": {
      "command": "uvx",
      "args": [
        "mcp-sudo"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-sudo": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-sudo"
      ]
    }
  }
}
Claude Code
claude mcp add mcp-sudo -- uvx mcp-sudo

Related MCP servers

19 tools for Google Forms: create quizzes, add questions, set answer keys, read responses.

0
Python
View repository →

Take Wayland screenshots via grim/slurp. Full screen, region, or interactive crop.

0
Python
View repository →