mcpbeat Sign in

Procheiron MCP Server

by logotheusneuro-cpu Your server? Claim it
local only

Procheiron runs on your own machine — the client starts it, so there is no endpoint to ping. 148 installs a week from pypi. Last commit 11 Aug 2026.

Review gate for shared agent memory: an unreviewed or hand-edited memory is never served.

Installs per day peak 422 · avg 54 · -21% w/w
a month agotoday
148
Installs / week
pypi · procheiron
0
Stars
0 open issues
11 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 12 h ago · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a dangerous call memory.search.scope → src/procheiron/mcp_server.py:210, memory.get.memory_id → src/procheiron/mcp_server.py:305, memory.search.scope → src/procheiron/mcp_server.py:240 и ещё 1
    proc = subprocess.run(cmd, capture_output=True, text=True)
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command conformance/run_conformance.py:184, src/procheiron/cli.py:190, src/procheiron/scorecard.py:103 и ещё 5
    return _parse(subprocess.run(cmd, capture_output=True, text=True, env=env, timeout=120))

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add procheiron -- uvx procheiron
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "procheiron": {
      "args": [
        "procheiron"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.procheiron]
command = "uvx"
args = ["procheiron"]
.cursor/mcp.json
{
  "mcpServers": {
    "procheiron": {
      "args": [
        "procheiron"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "procheiron": {
      "args": [
        "procheiron"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Procheiron

same job, measured the same way
Global Agent Memory
by ozankasikci

Shared, project-aware memory for Claude Code, Codex, and other agents with human review.

89 installs/wk local only
Agent Recall Trail
by fantasyce

Private Agent memory and human-reviewed shared knowledge.

local only
Writespace MCP
by write-space

Persistent docs and memory for AI agents — read, write, organize & search a shared workspace.

answering
Easyeda MCP Pro
by oaslananka

MCP server for EasyEDA Pro: PCB inspection, BOM, exports, and hardware review.

1 197 installs/wk local only
I
UNBLOCK
by kaeva-labs

UNBLOCK org-brain — shared memory and comms for human + agent teams. By Kaeva Labs.

answering
Openfuse MCP
by openfused

Encrypted mail, shared memory, and persistent context for AI agents.

80 installs/wk local only
memsprout
by memsprout

shared AI-context layer for teams — persistent memory your agents search and update over MCP

answering
Memory
by sharedmemoryai

Persistent memory for AI agents. Remember, recall, and explore a shared knowledge graph.

66 installs/wk local only

Procheiron — questions

Answers built from our own checks of this server.

Why is there no uptime for Procheiron?
Procheiron runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package procheiron was installed 148 times last week.
How do I connect Procheiron?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls procheiron straight from pypi; nothing to host, nothing to sign up for.
How many people use Procheiron?
The pypi package procheiron was installed 148 times in the last week. Week over week that is -21%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Procheiron open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.