MxLore banner
MicrotronX MicrotronX

MxLore

AI community

Description

Self-hosted MCP server for AI coding assistants. Persistent knowledge base with 45 tools, 12 skills, institutional memory.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

mxLore

Self-hosted MCP server for AI-assisted software development. Stores architectural decisions, specs, plans, findings, and lessons learned — accessed via [Model Context Protocol](https://modelcontextprotocol.io/) tools from AI coding assistants. Works with claude.ai, Claude Code, Cursor, Windsurf, and any MCP client.

**New here?** Check out the **[product overview at mxlore.dev](https://www.mxlore.dev)** first — see what mxLore does, how it compares, and why your AI assistant needs a memory.

Features

  • 46 MCP Tools — search, create, update, recall knowledge across projects
  • Private by design — coding AIs (Claude Code, Cursor, Windsurf) reach all 46 tools through a local proxy: no third-party connector cloud in the path, no public endpoint, server stays on localhost or your LAN (details)
  • Multi-Project — one server, many codebases, cross-project search
  • Skill Evolution — tracks which AI checker rules actually help, auto-tunes
  • Institutional Memory — lessons learned with recall, gate levels, graph-based knowledge links
  • Multi-Agent — agents exchange messages across projects via inboxes, and an assistant that is waiting gets woken the moment a message lands: no polling loop in the conversation, no token cost while idle, and messages no longer sit unread until someone happens to type (details)
  • Admin UI — web dashboard for team members, keys, projects, intelligence metrics
  • Team Connect — invite links with rate-limited landing page, one-click setup for Claude Code, claude.ai, Cursor, and more
  • Semantic Search — hybrid vector + full-text search (MariaDB 11.6+ with VECTOR support)
  • AI Batch — automatic summaries, tagging, stale detection at boot time
  • Works in claude.ai — CTOs and PMs use mxLore from a chat window, developers from Claude Code — same server, same knowledge

Install the Server

**Prerequisites:** Windows x64, MariaDB 10.6+, [Node.js](https://nod