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

A 4-tier knowledge base architecture to improve AI agent accuracy
A developer built a structured knowledge base with 200+ articles to provide domain-specific context to AI agents, implementing a 4-tier pipeline with query classification that cut token costs by ~40%.

Claude DevTools: A Log Reader for Enhanced Claude Code Visibility
Claude DevTools is a local, open-source tool that reads Claude Code's existing log files in ~/.claude/ to provide detailed session visibility, including file operations with inline diffs, token breakdowns, context window visualization, and full subagent execution trees.

Native macOS MCP Server for Full OS Control
A native macOS server provides 24 tools for pixel-accurate clicks, key combos, drag-and-drop, app management, multi-display support, and clipboard access. It's open source and works with Claude Code, Cursor, or any MCP client.

js-notepad: A Scriptable Notepad with Built-in MCP Server for Claude Code
js-notepad is a free, open-source scriptable notepad application built with Claude Code assistance. It features a built-in MCP server, allowing Claude Code to directly interact with the app for reading/writing pages, executing scripts, creating todos, and pushing results.