mcpbeat Sign in

Memdocs MCP Server

by silversurfer562 Your server? Claim it
local only

Memdocs runs on your own machine — the client starts it, so there is no endpoint to ping. 466 installs a week from pypi. Last commit 8 Dec 2025.

Git-native project memory for AI assistants with enterprise-grade audit compliance

Installs per day peak 419 · avg 108 · -50% w/w
a month agotoday
466
Installs / week
pypi · memdocs
1
Stars
0 open issues
8 Dec 2025
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

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

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.

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

This code can reach further than it looks

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.

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

This one needs environment variables set before it will start: PROJECT_ROOT (Root directory of the project to track), ANTHROPIC_API_KEY (API key for Claude AI operations (summarization, analysis)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Memdocs

same job, measured the same way
Agent Memory
by xchucx

Git-native project memory for AI coding agents: Markdown source of truth, reviewable, secret-safe.

113 installs/wk local only
Nucleus
by eidetic-works

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

601 installs/wk 28 tools answering
Meok Enterprise Compliance Checker
by csoai-org

MEOK Enterprise Compliance Checker — EU AI Act, DORA, GDPR automated gap analysis. £5K-15K audits

170 installs/wk local only
SpineFrame
by ratnaditya-j

Governance runtime for AI agents with signed provenance, compliance audits, and OSINT.

4 installs/wk local only
EU Audit Trail
by jellewas

Tamper-evident audit trail MCP server for EU AI Act & GDPR compliance.

72 installs/wk local only
Dingdawg Finance Agent
by dingdawg

Financial analysis AI. Forecasting, audit prep, SOX/GAAP compliance. Accuracy compounds with use.

81 installs/wk local only
Dingdawg Finance Agent
by dingdawg-dev

Financial analysis AI. Forecasting, audit prep, SOX/GAAP compliance. Accuracy compounds with use.

local only
Meok Enterprise Compliance Suite
by csoai-org

MEOK Enterprise Compliance Suite — End-to-end EU AI Act, GDPR, NIS2, DORA, ISO, SOC2, HIPAA, PCI

103 installs/wk local only

Memdocs — questions

Answers built from our own checks of this server.

Why is there no uptime for Memdocs?
Memdocs 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 memdocs was installed 466 times last week.
How do I connect Memdocs?
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 memdocs straight from pypi; nothing to host, nothing to sign up for.
How many people use Memdocs?
The pypi package memdocs was installed 466 times in the last week. Week over week that is -50%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Memdocs open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 1 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.