Self-hosted MCP server for Claude Code. 37 tools, institutional memory, skill evolution, multi-agent orchestration. Your infrastructure, your data.
Not a toy. Not a demo. 37 production tools forged through months of daily use across real projects.
From zero to institutional memory in minutes.
Every number from actual deployment. No inflated benchmarks.
Real MCP tool calls from an actual Claude Code session with mxLore.
Configure your MCP endpoint and start building institutional memory.
// Add to your project's .mcp.json { "mcpServers": { "mxLore": { "type": "sse", "url": "https://your-server/mxLore/mcp", "headers": { "X-API-Key": "your-api-key" } } } }
# 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")
Server under BSL 1.1, skills under MIT. Use freely, contribute freely.