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

✍️ OpenClawRadar📅 Published: March 17, 2026🔗 Source
Team Memory MCP: Open Source Shared Memory for Claude Code with Bayesian Confidence Scoring
Ad

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.
Ad

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

Ad

👀 See Also

OpenClaw Outlook Add-in Connects Local Agent to Email Sidebar
Tools

OpenClaw Outlook Add-in Connects Local Agent to Email Sidebar

A developer built an Outlook add-in that connects to a local OpenClaw Gateway via WebSocket, providing full agent access with tools and automations directly in the email sidebar. The tool reads selected emails as context, maintains per-email chat sessions, and works with Outlook Desktop and Web.

OpenClawRadar
Nit: A Git Replacement in Zig Optimized for AI Agent Token Efficiency
Tools

Nit: A Git Replacement in Zig Optimized for AI Agent Token Efficiency

Nit is a native Git replacement written in Zig that reduces token usage by 35-87% on common commands like status, diff, log, and show. It achieves this through compact output defaults and direct libgit2 integration, eliminating subprocess overhead.

OpenClawRadar
Free Library of 789 Downloadable Skills for Claude Code
Tools

Free Library of 789 Downloadable Skills for Claude Code

clskills.in is a searchable hub offering 789 downloadable .md skill files for Claude Code across 60+ categories including enterprise platforms, programming languages, and DevOps tools. Each download includes a README and auto-install prompt.

OpenClawRadar
PACT: A Programmatic Governance Framework for Claude Code After Agent Failure Patterns
Tools

PACT: A Programmatic Governance Framework for Claude Code After Agent Failure Patterns

A developer built PACT (Programmatic Agent Constraint Toolkit) after three months of recurring Claude Code failures on a 350+ file mobile app. The framework replaces unenforceable rules with mechanical constraints that physically block violations through pre-tool-use hooks.

OpenClawRadar