- Mimirs
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`
Overview
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 will take setup everything
Server Config
{
"mcpServers": {
"mimirs": {
"command": "bunx",
"args": [
"mimirs@latest",
"serve"
],
"env": {
"RAG_PROJECT_DIR": "path/to/your/folder"
}
}
}
}Project Info
Created At
2 months agoUpdated At
2 months agoAuthor Name
TheWinciStar
-Language
-License
-