Skip to main content
Glama
darrenlopez

obsidian-mcp

by darrenlopez

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OBSIDIAN_MCP_READ_ONLYNoWhen true, write tools are not registered.false
OBSIDIAN_MCP_VAULT_PATHYesAbsolute path to the vault root.
OBSIDIAN_MCP_MAX_FILE_KBNoMax note size (KiB) returned by read operations.1024
OBSIDIAN_MCP_INCLUDE_HIDDENNoInclude dotfiles and .obsidian/ in listings/search.false

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": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_noteA

Read a single note from the vault.

Args: path: Vault-relative POSIX path to a Markdown file (e.g. Topics/MCP.md).

Returns: The parsed note including frontmatter, tags, and outgoing wikilinks.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 1 tool

Disambiguation5/5

Only one tool exists, so there is no possibility of confusion between tools. The tool's purpose is clear and distinct.

Naming Consistency5/5

With a single tool, naming consistency is not a concern; the name follows a clear verb_noun pattern that matches common conventions.

Tool Count2/5

A single tool for an Obsidian vault MCP is insufficient. Typical vault operations (list, create, update, delete) are missing, making the count too few for the apparent scope.

Completeness1/5

The server severely lacks coverage. Only reading a note is supported; essential operations like listing, creating, updating, and deleting notes are absent, making it incomplete for a note management domain.

Maintenance

ActivityInactive
ResponsivenessNo issues