Mimir's Vault
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_root_nodeA | Fetch the main root node (.context/overview.md) of the project memory graph. ALWAYS call this tool FIRST before scanning raw codebase files. |
| navigate_nodeA | Navigate to a specific module or submodule node in the memory graph (e.g. 'modules/auth', 'decisions', 'overview') using Wikilinks. |
| search_nodesB | Search for keywords or topics across all Obsidian-wikilink nodes in the project memory graph. |
| init_context_graphB | Initialize a fresh human-readable .context/ memory graph in the workspace with overview.md, decisions.md, and module templates. |
| create_module_nodeA | Create a new module or submodule markdown note and automatically register its Wikilink [[modules/...]] in the parent overview node. |
| update_nodeB | Surgically update or append content under a specific section heading in a node markdown file. |
| log_decisionA | Record an Architectural Decision Record (ADR) in .context/decisions.md with title, context, decision, and consequences. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| memory_first_workflow | System prompt instructing the AI agent to consult the .context/ memory graph first before touching source code. |
| bootstrap_project_context | Prompt guiding the AI agent to scan the current codebase and initialize a structured .context/ Obsidian-wikilink graph. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| get_root_resource | Read the root overview.md note. |
| get_decisions_resource | Read the decisions.md note. |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/GopikChenth/Mimir-s_Vault'
If you have feedback or need assistance with the MCP directory API, please join our Discord server