Team Memory MCP: Open Source Shared Memory for Claude Code with Bayesian Confidence Scoring

Team Memory MCP is an open source (MIT licensed) shared memory solution for Claude Code that addresses the problem of AI agents forgetting team-specific patterns between sessions. The tool tracks collective confidence in patterns rather than just storing information.
Key Features
- Bayesian Confidence Scoring: Uses a Beta-Bernoulli model to rank patterns based on real-world evidence. Confirmations from engineers increase confidence; corrections decrease it.
- Temporal Decay: Knowledge that isn't re-validated gradually fades with a 90-day half-life, keeping the memory relevant.
- Transparent Scoring: The scoring is computed from real-world evidence using pure math, not expensive LLM API calls.
- Zero-Config Setup: Can be added to Claude Code in seconds with a single command.
Setup
Add Team Memory MCP to Claude Code with this command:
claude mcp add team-memory -- npx team-memory-mcp
Resources
The developer has published a deep dive article covering the technical implementation, the Bayesian math behind the scoring system, and a full setup guide on LinkedIn. The project is available on GitHub at github.com/gustavolira/team-memory-mcp.
This tool is designed for development teams using Claude Code who need to maintain consistent project-specific standards and patterns across AI coding sessions.
📖 Read the full source: r/ClaudeAI
👀 See Also

Claude Code Skill Converts Stitch Designs to Next.js with Zero Pixel Drift
A Claude Code skill converts Google Stitch AI designs to Next.js components with mandatory verification checkpoints to prevent pixel drift, preserving exact values and handling assets.

Prism MCP v2.1 adds persistent memory to Claude sessions
Prism MCP v2.1.0 'The Mind Palace' provides persistent session memory for Claude, eliminating the need to re-explain project context. It features local SQLite storage, a visual memory browser, state rollback, and cross-client context sync.

Introducing Aionic Anthology: A Framework for Structuring Claude's AI Tasks
The Aionic Anthology framework organizes Claude's AI tasks by separating context into categories and adding a risk evaluation system to improve task execution.

Claude Code Plugin for Reddit Business Research
A Claude Code plugin automates Reddit research for businesses by searching relevant posts, analyzing threads, and generating structured markdown reports with findings and source links. No API keys required—install via GitHub and run with a single command.