Skip to content
Cursor

mcp sudo for Cursor

io.github.kamarusama/mcp-sudo

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

client:Cursor transport:stdio runtime:pypi

Install mcp sudo in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mcp-sudo": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-sudo"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp sudo in other clients