# io.github.sammyboi81/sentarion (pypi · sentarion-mcp)

Give your AI agents rules, memory, and receipts. Governed multi-agent orchestration for MCP.

- Trust score: 62/100 (medium)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-21

## Components

- pypi · `sentarion-mcp`: 62/100 (this document), [markdown](https://verifymcp.io/servers/sammyboi81-sentarion/sentarion-mcp.md), [page](https://verifymcp.io/servers/sammyboi81-sentarion/sentarion-mcp)

## Channel facts

- Registry: `pypi`
- Package: `sentarion-mcp`
- Version: `0.3.1`
- 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-09-21.

- **Supply Chain Security**: 50/100
  - Malware scan not yet available for this package.
  - No known CVEs affecting this package version or its production dependencies.
  - Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it.
  - 1 of 38 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (Apache-2.0).
  - Actively maintained (last published 9 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 69/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 1213 tokens (~93/item across 13 items; 13 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 70/100
  - Stability observed for 21 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 77/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 31% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 13 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 14 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the io.github.sammyboi81/sentarion MCP server?

io.github.sammyboi81/sentarion runs locally as a PyPI package, launched with uvx sentarion-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add sammyboi81-sentarion -- uvx sentarion-mcp
```

### Cursor

```json
{
  "mcpServers": {
    "sammyboi81-sentarion": {
      "command": "uvx",
      "args": [
        "sentarion-mcp"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "sammyboi81-sentarion": {
      "command": "uvx",
      "args": [
        "sentarion-mcp"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add sammyboi81-sentarion -- uvx sentarion-mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add sammyboi81-sentarion --command uvx --arg sentarion-mcp
```

### Hermes

```yaml
mcp_servers:
  sammyboi81-sentarion:
    command: "uvx"
    args: ["sentarion-mcp"]
```

### Netclaw

```json
{
  "McpServers": {
    "sammyboi81-sentarion": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "sentarion-mcp"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add sammyboi81-sentarion -t stdio -c uvx -a sentarion-mcp
```

### Other

```json
{
  "mcpServers": {
    "sammyboi81-sentarion": {
      "command": "uvx",
      "args": [
        "sentarion-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-09-20 (score 62, +1)

No change was recorded against any check on this day. Stability & Change Management went from 63 to 67. That category is still filling its 30-day observation window: 19 days of observed history at the previous scan, 20 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-17 (score 61, −14)

- [security regression] Malware scan: pass → unverified

### 2026-09-16 (score 75, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-09-15 (score 60, +1)

No change was recorded against any check on this day. Stability & Change Management went from 47 to 50. That category is still filling its 30-day observation window: 14 days of observed history at the previous scan, 15 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-13 (score 59, +1)

No change was recorded against any check on this day. Stability & Change Management went from 40 to 43. That category is still filling its 30-day observation window: 12 days of observed history at the previous scan, 13 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-12 (score 58, +1)

- [functional regression] Schema quality: 64 → 93
- [functional] Package version: 0.2.2 → 0.3.1

### 2026-09-10 (score 57, +1)

No change was recorded against any check on this day. Stability & Change Management went from 30 to 33. That category is still filling its 30-day observation window: 9 days of observed history at the previous scan, 10 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-08 (score 56, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

## MCP tools (13)

### `sentarion_doctor` (~66 tokens)

Check that everything Sentarion needs is present and reachable (git, Algernon, local chamber, hosted ArkHive, fleet provider, Ollama, API key) and say exactly what to fix. Read-only; never prints secrets.

Input parameters:

- `timeout_s` (number)

### `sentarion_quickstart` (~57 tokens)

Canonical, runnable examples for every Sentarion capability: plan a feature, fan out research, dispatch with dependencies, use a worktree, remember a result, replan from memory.

Input parameters:

- `topic` (string)

### `sentarion_pro` (~140 tokens)

Sentarion v2 — the paid upgrade: in-process (no per-call subprocesses), concurrent two-chamber gate with inferred risk flags + stored policies, {{id}} data-flow dispatch, signed audit manifests, adversarial multi-agent code review, worktree sandbox with diffs, real cost estimates, progress + background jobs. Free 0.x stays whole. Details + trial key: https://inboxaxe.com/mcp

Input parameters:

- `email` (string): optional — supply it to receive a free 14-day v2 trial key
- `topic` (string): optional — what v2 adds to the capability you are using right now

### `cost_estimate` (~52 tokens)

Predict token cost of an Algernon fan-out BEFORE dispatching.

Input parameters:

- `input_price_per_mtok` (number, required)
- `k_tasks` (integer, required)
- `output_price_per_mtok` (number, required)

### `sentarion_birth` (~93 tokens)

Earn an identity (Humane Law 5: born, not configured) before acting - on BOTH chains, the local chamber and hosted ArkHive. Returns `actor` (your birth name; it resolves to this identity on each chain) plus each chain's soul_id. Never crashes: a chamber that cannot answer is reported with a fix.

Input parameters:

- `covenant` (array, required)
- `name` (string, required)

### `remember` (~75 tokens)

Write a tamper-evident record to BOTH chains at once (local Humane + hosted ArkHive). actor = the `actor` sentarion_birth returned (your birth name); each chain refuses an actor it has not born.

Input parameters:

- `action` (string, required)
- `actor` (string, required)
- `data` (object)

### `recall` (~44 tokens)

Read prior context from BOTH chains and merge it, newest first, so the AI need not re-derive it.

Input parameters:

- `actor` (string)
- `limit` (integer)

### `verify` (~24 tokens)

Prove BOTH audit chains (local Humane + hosted ArkHive) are unbroken.

### `govern` (~60 tokens)

Ask the two-chamber gate (Humane + ArkHive) 'may I?' before acting. Rule-based, zero-LLM, fail-closed.

Input parameters:

- `action` (string, required)
- `flags` (array)
- `rules` (array)

### `orchestrate_and_record` (~59 tokens)

Two-chamber-govern-gated plan+dispatch via Algernon, auto-logged to both chains.

Input parameters:

- `actor` (string)
- `flags` (array)
- `goal` (string, required)
- `k` (integer, required)

### `dispatch_with_dependencies` (~47 tokens)

Run tasks in dependency-ordered waves via Algernon (fan-out/fan-in).

Input parameters:

- `tasks_json` (string, required): JSON array of {id, prompt, depends_on: [ids]}

### `recall_and_replan` (~40 tokens)

Recall prior state from both chains, feed it into a new Algernon plan.

Input parameters:

- `k` (integer, required)
- `query` (string, required)

### `worktree` (~157 tokens)

Git-worktree sandbox skill: run dispatched work in an isolated worktree so it never touches the live checkout. action=create|list|remove. create/remove are two-chamber-governed; list is read-only.

Input parameters:

- `action` (string, required)
- `base` (string): create: base ref (default HEAD)
- `branch` (string): create: new branch name
- `delete_branch` (string): remove: also delete this branch
- `force` (boolean): remove: allow uncommitted changes
- `path` (string): create: explicit worktree dir (optional)
- `repo_path` (string, required): path to the git repo
- `worktree_path` (string): remove: worktree dir to remove

## Diagnostics

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

## Score history

- 2026-09-21: 62
- 2026-09-20: 62
- 2026-09-19: 61
- 2026-09-18: 61
- 2026-09-17: 61
- 2026-09-16: 75
- 2026-09-15: 60
- 2026-09-14: 59
- 2026-09-13: 59
- 2026-09-12: 58
- 2026-09-11: 57
- 2026-09-10: 57
- 2026-09-09: 56
- 2026-09-08: 56
- 2026-09-07: 55
- 2026-09-06: 55
- 2026-09-05: 66
- 2026-09-04: 66
- 2026-09-03: 51
- 2026-09-02: 51
- 2026-09-01: 66
- 2026-08-31: 51

## Common questions

### What is the io.github.sammyboi81/sentarion MCP server?

io.github.sammyboi81/sentarion is an MCP server listed in the public MCP registry as io.github.sammyboi81/sentarion. Give your AI agents rules, memory, and receipts. Governed multi-agent orchestration for MCP. This page covers its PyPI package (sentarion-mcp).

### Is the io.github.sammyboi81/sentarion MCP server safe to use?

io.github.sammyboi81/sentarion scores 62 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the io.github.sammyboi81/sentarion MCP server expose?

io.github.sammyboi81/sentarion exposes 13 tools: sentarion_doctor, sentarion_quickstart, sentarion_pro, cost_estimate, sentarion_birth, and 8 more. Their descriptions and schemas cost roughly 914 tokens of context every time the server is loaded.

### Is the io.github.sammyboi81/sentarion MCP server still maintained?

io.github.sammyboi81/sentarion is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

### What licence is the io.github.sammyboi81/sentarion MCP server under?

io.github.sammyboi81/sentarion declares the Apache-2.0 licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.

## Links

- PyPI project: https://pypi.org/project/sentarion-mcp/
- Socket report: https://socket.dev/pypi/package/sentarion-mcp
- Repository: https://github.com/sammyboi81/sentarion
- Changelog RSS feed: https://verifymcp.io/servers/sammyboi81-sentarion/sentarion-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/sammyboi81-sentarion/sentarion-mcp.json
- HTML version of this page: https://verifymcp.io/servers/sammyboi81-sentarion/sentarion-mcp
