Mimirs
@TheWinci
About Mimirs
Persistent project memory for AI coding agents. Hybrid vector + BM25 search with AST-aware chunking (24 languages), dependency graph boosting, conversation memory, checkpoints, annotations, and wiki generation. Local-first, zero config. `bunx mimirs init`
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mimirs": {
"command": "bunx",
"args": [
"mimirs@latest",
"serve"
],
"env": {
"RAG_PROJECT_DIR": "path/to/your/folder"
}
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is Mimirs?
Mimirs is a persistent project memory system for AI coding agents. It provides hybrid vector and BM25 search with AST-aware chunking for 24 programming languages, dependency graph boosting, conversation memory, checkpoints, annotations, and wiki generation. It is local-first and requires zero configuration.
How to use Mimirs?
Initialize a Mimirs project by running bunx mimirs init in your project directory.
Key features of Mimirs
- Hybrid vector + BM25 search
- AST-aware chunking for 24 languages
- Dependency graph boosting
- Conversation memory, checkpoints, and annotations
- Wiki generation
- Local-first, zero configuration
Use cases of Mimirs
- Provide AI coding agents with persistent project-level memory
- Enable context-aware search across a codebase
- Maintain conversation history and checkpoints during development
- Auto-generate project wiki from code structure
FAQ from Mimirs
What does Mimirs do that alternatives do not?
Mimirs combines vector search with BM25, AST-aware chunking for 24 languages, dependency graph boosting, conversation memory, checkpoints, annotations, and wiki generation in a single local-first tool.
What are the runtime requirements?
Mimirs requires only bun (to run bunx mimirs init) and runs locally with no external services.
Where does Mimirs store its data?
All data is stored locally on the user’s machine; Mimirs is local-first.
What transport or authentication does Mimirs use?
The README does not specify transport or authentication mechanisms.
Are there any known limitations?
The README does not list any known limitations.
Frequently asked questions
What does Mimirs do that alternatives do not?
Mimirs combines vector search with BM25, AST-aware chunking for 24 languages, dependency graph boosting, conversation memory, checkpoints, annotations, and wiki generation in a single local-first tool.
What are the runtime requirements?
Mimirs requires only `bun` (to run `bunx mimirs init`) and runs locally with no external services.
Where does Mimirs store its data?
All data is stored locally on the user’s machine; Mimirs is local-first.
What transport or authentication does Mimirs use?
The README does not specify transport or authentication mechanisms.
Are there any known limitations?
The README does not list any known limitations.
Basic information
More Memory & Knowledge MCP servers
Basic Memory
basicmachines-coAI conversations that actually remember. Never re-explain your project to your AI again. Join our Discord: https://discord.gg/tyvKNccgqN

Memory
modelcontextprotocolModel Context Protocol Servers
Docs MCP Server
araboldGrounded Docs MCP Server: Open-Source Alternative to Context7, Nia, and Ref.Tools

OpenLore
aakarimServe your docs to AI agents over SSH and MCP. Agents use ls, cat, grep, find, and pipes against a virtual filesystem backed by your documentation. Identity-scoped access, governed writing with human approval, and portab
Context7 MCP - Up-to-date Docs For Any Cursor Prompt
upstashContext7 Platform -- Up-to-date code documentation for LLMs and AI code editors
Comments