# io.github.Kisyntra/agent-sudo-mcp (pypi · agent-sudo-mcp)

MCP adapter for Agent_Sudo: authorization, delegation, provenance, and audit for AI agents.

- Trust score: 34/100 (low)
- Change this week: −7
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- pypi · `agent-sudo-mcp`: 34/100 (this document), [markdown](https://verifymcp.io/servers/kisyntra-agent-sudo-mcp/agent-sudo-mcp.md), [page](https://verifymcp.io/servers/kisyntra-agent-sudo-mcp/agent-sudo-mcp)

## Channel facts

- Registry: `pypi`
- Package: `agent-sudo-mcp`
- Version: `0.5.6`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 100/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - Runs setuptools.build_meta at install time, a recognised native-build step with no shell scripting around it.
  - No production dependencies, so there is no dependency health to assess.
- **Provenance & Transparency**: 19/100
  - Repository check failed: no source repository is declared.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (Apache-2.0).
  - Actively maintained (last published 52 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 0/100
  - Schema quality not yet verified: our sandbox run of this package did not complete, so we have no schema to assess.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: our sandbox run of this package did not complete, so we have no schema to compare.
- **Tool Coverage**: 0/100
  - Tool coverage not yet verified: our sandbox run of this package did not complete, so we have no tool definitions to assess.
- **Capabilities**: 0/100
  - Protocol version not yet verified: our sandbox run of this package did not complete, so we never saw its MCP handshake.

**Unverified: 4 categories.** Categories scored 0 because our sandbox run of this package has not given us the schema these checks need to read. That is a gap on our side rather than a finding about the package, and we only credit what we can confirm, so the score stands at 0 until the capture succeeds. We are working through the fleet, so this normally clears without any action from you.

## Install

### Claude

```bash
claude mcp add kisyntra-agent-sudo-mcp -- uvx agent-sudo-mcp
```

### Codex

```bash
codex mcp add kisyntra-agent-sudo-mcp -- uvx agent-sudo-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "kisyntra-agent-sudo-mcp": {
      "type": "local",
      "command": [
        "uvx",
        "agent-sudo-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add kisyntra-agent-sudo-mcp --command uvx --arg agent-sudo-mcp
```

### Hermes

```yaml
mcp_servers:
  kisyntra-agent-sudo-mcp:
    command: "uvx"
    args: ["agent-sudo-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "kisyntra-agent-sudo-mcp": {
      "command": "uvx",
      "args": [
        "agent-sudo-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 34, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-08-01 (score 19, −4)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-31 (score 23, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-28 (score 41, 0)

- [functional] Tool coverage: Tool coverage not yet verified: our sandbox run of this package did not complete, so we have no tool definitions to assess.
- [functional] Schema quality: Schema quality not yet verified: our sandbox run of this package did not complete, so we have no schema to assess.

### 2026-07-26 (score 41)

First indexed and scored.

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

## MCP tools (4)

### `read_file` (~30 tokens)

Read a local file through agent-sudo policy enforcement.

Input parameters:

- `path` (string, required): File path to read.

### `write_file` (~81 tokens)

DEMO/REFERENCE executor: classifies and gates the write through agent-sudo, then writes inside the configured workspace (defaults to /tmp/agent-sudo-demo if no workspace is configured). It does not write to arbitrary paths outside the workspace.

Input parameters:

- `content` (string, required): UTF-8 text content.
- `path` (string, required): File path to write.

### `run_shell_command` (~71 tokens)

DEMO/REFERENCE executor: classifies and gates the command through agent-sudo, then executes only a narrow allowlist. It is not a general shell. To gate real commands, embed the agent-sudo authorization engine in your agent (see README).

Input parameters:

- `command` (string, required): Command line to evaluate.

### `get_runtime_context` (~26 tokens)

Get current working directory, git repository root, active branch, and workspace status details.

## Diagnostics

Captured diagnostic sections: Provenance, Install scripts, Dependencies. The full working is on the page: https://verifymcp.io/servers/kisyntra-agent-sudo-mcp/agent-sudo-mcp#diagnostics

## Score history

- 2026-08-03: 34
- 2026-08-02: 34
- 2026-08-01: 19
- 2026-07-31: 23
- 2026-07-29: 41
- 2026-07-28: 41
- 2026-07-27: 41
- 2026-07-26: 41

## Links

- PyPI project: https://pypi.org/project/agent-sudo-mcp/
- Socket report: https://socket.dev/pypi/package/agent-sudo-mcp
- Changelog RSS feed: https://verifymcp.io/servers/kisyntra-agent-sudo-mcp/agent-sudo-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/kisyntra-agent-sudo-mcp/agent-sudo-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/kisyntra-agent-sudo-mcp/agent-sudo-mcp
