Review gate for shared agent memory: an unreviewed or hand-edited memory is never served.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
procheiron · pypi · 0.3.3
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.logotheusneuro-cpu/procheiron",
"description": "Review gate for shared agent memory: an unreviewed or hand-edited memory is never served.",
"title": "Procheiron",
"repository": {
"url": "https://github.com/logotheusneuro-cpu/procheiron-core",
"source": "github",
"id": "1280682281"
},
"version": "0.3.3",
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "procheiron",
"version": "0.3.3",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"description": "The procheiron CLI is subcommand-dispatched; the MCP server is `procheiron mcp`. Without this the invocation exits 2 before the server starts.",
"isRequired": true,
"value": "mcp",
"type": "positional",
"valueHint": "subcommand"
},
{
"description": "Path to the memory commons this server reads. Create one with `procheiron init <path>`.",
"isRequired": true,
"format": "filepath",
"value": "/path/to/your/commons",
"type": "named",
"name": "--root"
},
{
"description": "Bound client identity. Used as created_by for proposals and as the acting actor for the promotion gate, so an agent cannot review its own record.",
"isRequired": true,
"value": "your-agent-name",
"type": "named",
"name": "--actor"
}
],
"environmentVariables": [
{
"description": "Optional ed25519 private key hex for signed authorship (requires the 'crypto' extra). Mint one with `procheiron keygen`. Omit for tamper-evidence without signatures.",
"isSecret": true,
"name": "PROCHEIRON_SIGNING_KEY"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-11T12:19:18.964743Z",
"publishedAt": "2026-08-11T12:19:18.964743Z",
"updatedAt": "2026-08-11T12:19:18.964743Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.3.3last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.