Skip to main content
Glama
GopikChenth

Mimir's Vault

by GopikChenth

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
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

NameDescription
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

NameDescription
memory_first_workflowSystem prompt instructing the AI agent to consult the .context/ memory graph first before touching source code.
bootstrap_project_contextPrompt 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

NameDescription
get_root_resourceRead the root overview.md note.
get_decisions_resourceRead the decisions.md note.

Latest Blog Posts

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