Skip to main content
Glama
aumsuthar
by aumsuthar

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OBSIDIAN_DAILY_DIRNoSubdirectory for daily notes (default: 'Daily')
OBSIDIAN_VAULT_PATHYesAbsolute path to the Obsidian vault on this device
OBSIDIAN_DAILY_FORMATNoDate format for daily notes (default: 'YYYY-MM-DD')
OBSIDIAN_TEMPLATES_DIRNoDirectory for templates (default: 'Templates')
OBSIDIAN_AUTO_PULL_MINUTESNoInterval in minutes for auto pull from git (optional)
OBSIDIAN_AUTO_PUSH_MINUTESNoInterval in minutes for auto commit and push if changes exist (optional)

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
obsidian_readA

Read a note from the Obsidian vault by path (e.g. 'School/Notes' or 'School/Notes.md').

obsidian_writeA

Create or overwrite a note in the vault. Auto-commits and pushes to git.

obsidian_appendA

Append content to an existing note. Creates the note if it doesn't exist. Auto-commits and pushes to git.

obsidian_deleteA

Delete a note from the vault. Auto-commits and pushes to git.

obsidian_moveA

Move or rename a note within the vault. Auto-commits and pushes to git.

obsidian_listA

List all notes in the vault or a specific subdirectory.

obsidian_searchA

Search all notes for a text string. Short notes are returned in full; longer ones show surrounding context.

obsidian_findA

Fuzzy search for a note by title. Returns the best matching note paths. More natural than knowing exact paths.

obsidian_tagsA

List all tags in the vault and the notes that use them. Scans frontmatter 'tags:' fields and inline #hashtags.

obsidian_queryC

Find notes by frontmatter field values. E.g. find all notes where status = 'in-progress'.

obsidian_todayA

Get or create today's daily note. Creates it from a template if one exists in the Templates folder.

obsidian_templateC

Create a new note from a template in the Templates folder.

obsidian_frontmatterA

Read or update the YAML frontmatter of a note (tags, status, date, etc.).

obsidian_linksA

Get all [[wikilinks]] in a note (outgoing) and all notes that link to it (incoming backlinks).

obsidian_pullA

Pull the latest changes from git. Run this when switching devices or after editing notes elsewhere.

obsidian_pushA

Manually commit and push all vault changes to git.

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

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