Production Ready · v2.2.0

Your AI never forgets.

Self-hosted MCP server for Claude Code. 37 tools, institutional memory, skill evolution, multi-agent orchestration. Your infrastructure, your data.

mxLore — claude code session

Built for real workflows

Not a toy. Not a demo. 37 production tools forged through months of daily use across real projects.

37 Production MCP Tools
Search, create, update, recall, orchestrate. Every tool battle-tested in real codebases, handling real complexity.
mx_search, mx_recall, mx_create_doc ...
Institutional Memory
AI never forgets decisions, specs, or lessons. mx_recall retrieves context instantly with gate-matrix scoring and auto-learn.
mx_recall + recall_outcome
Skill Evolution
12 skills that learn over time. Auto-tuning adjusts rules based on feedback. Skills get smarter with every session.
auto-tuning threshold: 10
Multi-Agent Comms
Agent teams, notifications, inbox, peer discovery. Real multi-agent orchestration with 7 workflow modes.
mx_agent_send, mx_agent_inbox
Self-Hosted
Your server, your data, your rules. No cloud dependency, full GDPR compliance. Runs on Delphi + MariaDB + TMS Sparkle.
zero external dependencies
Battle-Tested Metrics
Not theoretical. Every feature proven across real projects with real teams. Conflict detection, confidence scoring, decision replay.
Build 70 · 42 units

Three steps. Then AI remembers everything.

From zero to institutional memory in minutes.

Deploy Server
Self-hosted Delphi binary. Point it at your MariaDB instance. Run the SQL migrations.
sql/001-039
Connect Claude Code
Add the MCP endpoint to your Claude Code config. Authenticate with your API key. Done.
.mcp.json
AI Remembers
Every decision, spec, and lesson persisted. Skills auto-tune. Memory compounds across sessions.
mx_session_start

Production metrics, not marketing

Every number from actual deployment. No inflated benchmarks.

37
MCP Tools
search, recall, batch, agents
12
Skills
self-evolving with auto-tuning
42
Delphi Units
5-layer architecture
12
Batch Jobs
automated AI boot tasks

Watch a complete session

Real MCP tool calls from an actual Claude Code session with mxLore.

mxLore — workflow demo

Add mxLore to Claude Code

Configure your MCP endpoint and start building institutional memory.

.mcp.json
// Add to your project's .mcp.json
{
  "mcpServers": {
    "mxLore": {
      "type": "sse",
      "url": "https://your-server/mxLore/mcp",
      "headers": {
        "X-API-Key": "your-api-key"
      }
    }
  }
}
First session
# Initialize your project
mx_session_start(project="my-project")

# Search existing knowledge
mx_search(query="authentication flow", project="my-project")

# Create a spec
mx_create_doc(doc_type="spec", title="Auth Redesign", ...)

# AI recalls relevant decisions automatically
mx_recall(context="implementing auth")

Open source, dual licensed

Server under BSL 1.1, skills under MIT. Use freely, contribute freely.

Server
BSL 1.1
Business Source License. Full source access. Converts to open source after the change date.
  • Full source code access
  • Self-host on your infrastructure
  • Modify for your needs
  • Converts to Apache 2.0
Skills & Tooling
MIT
All 12 skills, setup scripts, and client tooling are fully open source under MIT.
  • Use anywhere, no restrictions
  • Fork and modify freely
  • Commercial use allowed
  • Community contributions welcome