Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OBSIDIAN_MCP_VAULT_PATHNoPath to vault root.
VAULT_BRIDGE_MAX_FILE_SIZENoMax file size for operations10MB
VAULT_BRIDGE_FOLLOW_SYMLINKSNoFollow symlinksfalse
VAULT_BRIDGE_DEFAULT_ENCODINGNoText encodingutf-8
VAULT_BRIDGE_INDEX_FRONTMATTERNoParse YAML frontmattertrue

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

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
read_noteB

Read a note from the Obsidian vault.

write_noteB

Write a note to the Obsidian vault.

list_notesC

List notes in the Obsidian vault.

search_notesB

Search notes in the Obsidian vault using regex.

search_frontmatterB

Search notes by frontmatter key/value.

get_daily_noteB

Get or create a daily note.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 6 tools

Disambiguation4/5

The tools are mostly distinct: read/write/list/search are clearly separated, and search_notes vs search_frontmatter are differentiated by search type. However, search_notes and search_frontmatter could be confused if an agent doesn't read carefully, though the descriptions clarify the distinction.

Naming Consistency4/5

Tool names follow a consistent verb_noun pattern (read_note, write_note, list_notes, search_notes, search_frontmatter, get_daily_note). The only minor deviation is get_daily_note, which uses 'get' instead of 'read' and includes a specific noun, but it's still predictable.

Tool Count5/5

Six tools is well-scoped for a vault-bridge server. Each tool covers a distinct core operation for interacting with an Obsidian vault, and none feel redundant or excessive.

Completeness4/5

The tool set covers the core note lifecycle: read, write, list, search, and daily note handling. Missing operations like delete_note or rename_note are minor gaps since agents can work around them, but the surface is largely complete for typical vault interactions.

Maintenance

ActivityMaintained
ResponsivenessNo issues