orneryd/Mimir
If you are the rightful owner of Mimir and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
Mimir is a production-ready Model Context Protocol (MCP) server that provides Graph-RAG TODO tracking with multi-agent orchestration capabilities.
Tools
Functions exposed to the LLM to take actions
memory_node
All node operations including add, get, update, delete, query, and search
memory_edge
All edge/relationship operations including add, delete, get, neighbors, and subgraph
memory_batch
Bulk operations for nodes and edges
memory_lock
Multi-agent locking operations
memory_clear
Clear data from graph
get_task_context
Get filtered context by agent type
index_folder
Index files in a directory and start watching for changes
remove_folder
Stop watching a directory and remove indexed files
list_folders
View active file watchers
vector_search_files
Semantic search for files using vector embeddings
get_embedding_stats
Get statistics about indexed files with embeddings
todo
Individual todo operations
todo_list
Todo list operations
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client