Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
sentarion_doctorA

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.

sentarion_quickstartC

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.

sentarion_proC

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

cost_estimateA

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

sentarion_birthC

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.

rememberB

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.

recallC

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

verifyA

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

governA

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

orchestrate_and_recordC

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

dispatch_with_dependenciesB

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

recall_and_replanC

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

worktreeA

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.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.9/5.0

Scored across 13 tools

Disambiguation3/5

Most tools target distinct Sentarion concepts, but several boundaries blur: govern vs. orchestrate_and_record vs. dispatch_with_dependencies overlap around gated orchestration, recall vs. recall_and_replan differ only by replanning, and verify vs. sentarion_doctor both diagnose chain/system health. Descriptions help, but an agent could still hesitate between several pairs.

Naming Consistency3/5

All names are snake_case and readable, but the convention is mixed: some are bare verbs (govern, recall, verify, remember), some are verb_noun compounds, and several use a sentarion_ prefix while others do not. The pattern is not predictable across the set.

Tool Count4/5

13 tools is a reasonable size for a governance, audit, and orchestration server. However, sentarion_pro and sentarion_quickstart are informational/promotional rather than core operational tools, slightly inflating the effective surface.

Completeness4/5

The core lifecycle is well covered: birth/identity, govern, plan/dispatch, remember, recall, verify, worktree sandboxing, and diagnostics. Minor gaps remain, such as policy management, audit log query/export beyond recall, and task cancellation/status operations that are only hinted at in sentarion_pro.

Maintenance

ActivityActive
ResponsivenessNo issues