Central Memory Hub

Vendor-neutral organizational memory for multi-agent AI systems.

CMH gives heterogeneous AI agents — Claude, GPT, local models, custom harnesses — a shared memory substrate they can all read from and write to. One persistence layer. Every agent. Every session.

View on GitHub
Category
SOMI
Shared Organizational
Memory Infrastructure

Estimated TAM by 2027
$5.9B
What It Does
Semantic Memory

Store and search unstructured content via vector embeddings powered by Pinecone. Find relevant memories by meaning, not just keywords.

Structured Memory

Role-attributed decisions, facts, and knowledge with full provenance. Every entry knows who created it and why.

Agent Directory

Hierarchical org chart for your AI team — who reports to whom, capabilities, seniority, and status all in one place.

Inter-Agent Messaging

Agents send typed messages to each other across sessions and models. Coordination that survives context resets.

Shared Context

Share tagged bundles of memory references with specific agents or your whole network. Agents retrieve their context at session start via MCP or API — persistent, attributable, network-wide coordination.

Decision Logging

Durable record of decisions with context, attribution, and reversibility. Your org's reasoning, preserved.

Experiment Tracking

Structured records of agent learning experiments with hypotheses and outcomes. Build on what works.

Organizational State

Snapshot and track the state of any entity in your org. Know where everything stands at any point in time.

Session Management

Track what each agent is doing and when. Full session history across all models and integration paths.

Architecture
Two Integration Paths — Same Shared Memory
REST
Flask REST API · Port 5000
/agent/* endpoints for Custom GPTs, OpenClaw agents, and any HTTP client.
MCP
FastMCP Server · Port 8000
31 MCP tools via /mcp for Claude.ai, Cursor, and any MCP-compatible client.
DB
PostgreSQL + Pinecone
Structured data in PostgreSQL. Vector embeddings in Pinecone. Both paths read from the same store.
Quick Connect
Claude.ai via MCP
Settings → Integrations → Add MCP Server
URL: https://your-instance/mcp
OpenClaw / REST clients
Header: X-API-KEY: <your key>
Base: https://your-instance/agent/
31 MCP Tools REST + MCP API Key Auth
Open Source · Apache 2.0

CMH is a Foundari open-source project. The infrastructure of intelligence should be open, vendor-neutral, and owned by the people building with it.