Skip to main content
Glama
NeveuGregor

mcp-obsidian

by NeveuGregor

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OBSIDIAN_VAULTYesAbsolute path to the Obsidian vault directory

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
obsidian_readB

Lit une note du vault Obsidian avec troncation optionnelle

obsidian_searchC

Recherche un mot-clé dans les notes du vault, avec contexte tronqué par résultat

obsidian_writeA

Écrit ou écrase une note du vault. Crée les dossiers parents si nécessaire

obsidian_patch_frontmatterA

Modifie des champs du frontmatter YAML sans réécrire le corps de la note

obsidian_appendA

Ajoute du contenu à la fin d'une note existante

obsidian_listB

Liste les fichiers .md et sous-dossiers d'un répertoire du vault

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 6 tools

Disambiguation5/5

Each tool targets a distinct operation: append, list, patch frontmatter, read, search, write. There is no ambiguity between them, as descriptions clearly differentiate appending from overwriting and frontmatter-specific editing.

Naming Consistency5/5

All tool names follow a consistent `obsidian_<verb>` pattern, with one compound verb (`patch_frontmatter`). The naming is predictable and uniform, aiding agent selection.

Tool Count5/5

With 6 tools, the server is well-scoped for an Obsidian vault interface. The count is neither too small nor too large, covering essential operations without redundancy.

Completeness4/5

The toolset covers core CRUD operations (read, write, append, list, search) and frontmatter editing. A minor gap is the lack of a delete tool, but the set is largely complete for typical note management.

Maintenance

ActivitySlowing
ResponsivenessNo issues