mcpbeat Sign in

Provena Agent Memory MCP Server

by admiralpunk Your server? Claim it
local only

Provena Agent Memory runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 22 Sep 2026.

Evidence-backed, explainable persistent memory for MCP-compatible AI agents.

Installs / week
pypi · provena-agent-memory
0
Stars
0 open issues
22 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Provena Agent Memory every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 provena-memory -- uvx provena-agent-memory
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "provena-memory": {
      "args": [
        "provena-agent-memory"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.provena-memory]
command = "uvx"
args = ["provena-agent-memory"]
.cursor/mcp.json
{
  "mcpServers": {
    "provena-memory": {
      "args": [
        "provena-agent-memory"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "provena-memory": {
      "args": [
        "provena-agent-memory"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: PROVENA_API_URL (Base URL of the Provena REST API), PROVENA_API_KEY (Agent credential issued by the Provena service), PROVENA_SCOPE_ID (Exact project or branch scope used for memory). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Provena Agent Memory

same job, measured the same way
Banyan Memory
by labacacia

Persistent, governed local memory for MCP-compatible AI clients.

local only
Genesys Memory
by astrix-labs

Open-source causal memory for AI agents: persistent, explainable, MCP-native memory (13 tools).

658 installs/wk local only
Waggle MCP
by abhigyan-shekhar

Persistent graph-backed conversational memory for AI agents.

54 installs/wk local only
Memory
by shackleai

Persistent memory for AI coding tools. 11 tools for any MCP-compatible AI tool.

37 installs/wk local only
Sinter
by shellfu

Persistent, evidence-backed code graph for coding agents.

11 481 installs/wk local only
Memstack
by isiomac

MCP server for persistent, searchable memory for AI agents.

162 installs/wk local only
Pseudolife Memory
by pseudogiant-xr

Persistent memory for MCP-compatible agents: memory bank, fact cortex, dreams, graph.

604 installs/wk local only
Nucleus
by eidetic-works

Sovereign Agent OS — Persistent Memory, Governance & Compliance for AI Agents.

601 installs/wk 28 tools answering

Provena Agent Memory — questions

Answers built from our own checks of this server.

Why is there no uptime for Provena Agent Memory?
Provena Agent Memory 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 provena-agent-memory.
How do I connect Provena Agent Memory?
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 provena-agent-memory straight from pypi; nothing to host, nothing to sign up for.
Is Provena Agent Memory 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.