Veracium runs on your own machine — the client starts it, so there is no endpoint to ping. 1 720 installs a week from pypi. Last commit 18 Sep 2026.
Provenance-aware memory for AI agents: quarantine, abstention gate, supersession-with-history.
We read the source, 22 h ago · rules 3dff92dd89df
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.
r = subprocess.run(("git", *args), capture_output=True, text=True)
env = dict(os.environ)
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
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.
claude mcp add veracium -- uvx veracium
{
"mcpServers": {
"veracium": {
"args": [
"veracium"
],
"command": "uvx"
}
}
}
[mcp_servers.veracium]
command = "uvx"
args = ["veracium"]
{
"mcpServers": {
"veracium": {
"args": [
"veracium"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"veracium": {
"args": [
"veracium"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
ANTHROPIC_API_KEY (API key for the reference Anthropic provider), VERACIUM_DB_PATH (Path to the SQLite memory file (default: veracium.db)), VERACIUM_USER (Default user id when a tool call omits user_id).
The author declared them in the registry entry; get the values from the project itself.
Quality gates for AI agents. Lint, test, build checks with memory persistence.
Long-term memory for AI agents: local-first PKM with provenance and hybrid search.
Shared, permission-aware company context for AI agents, with provenance, approvals and audit.
Persistent memory for AI agents. Search, store, and recall across sessions.
Auditable memory for coding agents: evidence chains, supersession history, keyless embedded SQLite
Sovereign Agent OS — Persistent Memory, Governance & Compliance for AI Agents.
Persistent memory for AI agents. Store, recall, and share knowledge across sessions.
SEAM: local-first memory runtime for AI agents, with retrieval and glassbox provenance over MCP.
Answers built from our own checks of this server.