Skip to main content
Glama
achyuta0001

obsidian-mcp

by achyuta0001

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OBSIDIAN_VAULT_PATHNoPath to the Obsidian vault root. The vault must already exist.~/Documents/Obsidian Vault
OBSIDIAN_PROJECTS_DIRNoDirectory name (relative to the vault root) where project subfolders are created.Projects

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
}

Tools

Functions exposed to the LLM to take actions

NameDescription
resolve_projectA

Report which project folder notes will go to, and how that was decided. Use this to check the inference before writing.

write_noteA

Create a note in the project's vault folder. Refuses to clobber an existing note unless overwrite is true. Creates the project folder on first write.

read_noteA

Read a note's full contents from the project's vault folder.

append_noteA

Append markdown to the end of a note, creating it if absent. Use this for running logs instead of rewriting the whole note.

list_notesB

List note paths in the project's folder, or across the whole vault.

search_notesA

Case-insensitive text search over note contents, returning matching lines with their note path and line number.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/achyuta0001/obsidian-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server