MCP Directory
Back

projectmem

by riponcm · Python · ★ 102

Local-first memory layer for AI coding agents. Captures issues, attempts, decisions, and cross-project library gotchas — your AI starts experienced, not amnesiac. Native MCP server verified across Claude Desktop, Cursor, Antigravity, and Codex. 100% local · no cloud · no telemetry · MIT.

#ai-agents#ai-memory#ai-memory-layer#ai-tools#antigravity#claude-code#codex#coding-assistant#context-engineering#cursor#developer-tools#knowledge-management#llm#local-first#mcp-server#model-context-protocol#project-memory#projectmem#prompt-engineering#python

Install

pip install git+https://github.com/riponcm/projectmem.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "projectmem": {
      "command": "uvx",
      "args": [
        "git+https://github.com/riponcm/projectmem.git"
      ]
    }
  }
}

From the README

We don't make AI smarter. We make it experienced. The local-first memory + judgment layer for AI coding agents. Save up to 50%+ of AI tokens. Stop repeating yesterday's bug. Website • Guide • Demo • Changelog • Paper |---| | **[TUTORIAL.md](TUTORIAL.md)** | 15-minute step-by-step walkthrough — set up projectmem on your own project, watch the lifecycle, see the pre-commit warning fire. | | **[CHANGELOG.md](CHANGELOG.md)** | Release history. Latest: v0.1.4 — the accountable-judgment release: stale-memory detection, d…
Read full README on GitHub →

Related ai & ml servers