Mimirs
@TheWinci
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`
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mimirs": {
"command": "bunx",
"args": [
"mimirs@latest",
"serve"
],
"env": {
"RAG_PROJECT_DIR": "path/to/your/folder"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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.
「メモリとナレッジ」の他のコンテンツ
Ultimate Google Docs & Drive MCP Server
a-bonusThe Ultimate Google Docs, Sheets, Drive, Gmail, & Google Calendar MCP Server. This MCP (primarily for use in Claude Desktop) gains full access to your google suite and lets claude do its thing.
Obsidian MCP Server
cyanheadsRead, write, search, and surgically edit Obsidian vault notes, tags, and frontmatter via MCP. STDIO or Streamable HTTP.
Semantic Scholar MCP Server
YUZongminA FastMCP server implementation for the Semantic Scholar API, providing comprehensive access to academic paper data, author information, and citation networks.
Zettelkasten MCP Server
entanglrA Model Context Protocol (MCP) server that implements the Zettelkasten knowledge management methodology, allowing you to create, link, explore and synthesize atomic notes through Claude and other MCP-compatible clients.
MCP Apple Notes
RafalWilinskiTalk with your notes in Claude. RAG over your Apple Notes using Model Context Protocol.
コメント