Self-hosted MCP server for AI coding assistants. Persistent knowledge base with 39 tools, 11 skills, institutional memory.
{
"mcpServers": {
"mxlore": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Self-hosted MCP server for AI coding assistants. Persistent knowledge base with 39 tools, 11 skills, institutional memory.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 0 days ago. 6 stars.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
A Model Context Protocol server for searching and analyzing arXiv papers
📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
Open source implementation and extension of Google Research’s PaperBanana for automated academic figures, diagrams, and research visuals, expanded to new domains like slide generation.
Model Context Protocol (MCP) Server to connect your AI with any MediaWiki
MCP Security Weekly
Get CVE alerts and security updates for MxLore and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Self-hosted MCP server for AI-assisted software development. Stores architectural decisions, specs, plans, findings, and lessons learned — accessed via Model Context Protocol 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 first — see what mxLore does, how it compares, and why your AI assistant needs a memory.
Prerequisites: Windows x64, MariaDB 10.6+, any MCP client.
| Step | What | Details |
|---|---|---|
| 1 | Install MariaDB | mariadb.org/download (Windows MSI) |
| 2 | Create database | mysql -u root -p -e "CREATE DATABASE mxai_knowledge CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;" |
| 3 | Configure | copy mxLoreMCP.ini.example mxLoreMCP.ini — set Password= to your MariaDB root password |
| 4 | Start | mxLoreMCP.exe — auto-detects MariaDB, creates schema, starts on port 8080 + 8081 |
| 5 | Verify | Open http://localhost:8081 — Admin UI should appear |
| 6 | Create member | First start has no login. Create a team member + API key |
| 7 | Connect client | Team Onboarding Guide — Claude Code, claude.ai, Cursor, etc. |
Detailed instructions: Installation Guide | Problems? Troubleshooting
| Guide | Description |
|---|---|
| Installation Guide | Step-by-step setup with MariaDB, configuration, first boot |
| Team Onboarding | Connect Claude Code, claude.ai, Cursor + invite team members |
| Troubleshooting | Common issues and solutions |
| mxlore.dev | Product overview, feature comparison, pricing |
| Scenario | Setup |
|---|---|
| Localhost (single user) | HTTP is fine. Default: BindAddress=127.0.0.1 |
| LAN (team) | Set BindAddress=0.0.0.0 in INI. HTTP OK on trusted networks. |
| WAN / Cloud | HTTPS required. Use a reverse proxy (IIS, nginx, Apache) with TLS. |
mx.*.pas), 5 layers11 Claude Code skills via mxLore-skills (MIT licensed):
| Skill | Purpose |
|---|---|
/mxOrchestrate | Session orchestrator — workflows, ad-hoc tasks, team agents |
/mxSave | Persist session state to DB |
/mxPlan | Create implementation plans |
/mxSpec | Write specifications |
/mxDecision | Document architectural decisions (ADRs) |
/mxDesignChecker | Review code/design against specs |
/mxBugChecker | Find bugs with |