Skip to main content
Glama
theon199

Obsidian Second Brain MCP

by theon199

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OBSIDIAN_BINNoAbsolute path or executable name for the Obsidian CLI.obsidian
OBSIDIAN_VAULT_IDNoRegistered Obsidian vault ID to pass on every command. If not provided, the server auto-detects the most recently opened vault.
OBSIDIAN_MCP_AUDIT_LOGNoJSONL mutation audit path.~/Library/Application Support/obsidian-mcp/audit.jsonl
OBSIDIAN_MCP_TIMEOUT_MSNoPer-command timeout in milliseconds. Invalid/non-positive values use 30 seconds.30000

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
vault_overviewB

Summarize vault size, structure, tags, properties, link health, and tasks.

search_notesA

Search the vault with optional matching-line context and folder filtering.

read_noteA

Read a note plus file metadata, outline, properties, outgoing links, and backlinks.

create_noteA

Create a note from content or an Obsidian template and optionally set properties.

update_noteA

Append/prepend content, change properties, or update a task in a note.

organize_noteA

Move, rename, or send a note to Obsidian trash. Permanent deletion is never used.

daily_noteB

Read, open, append to, or prepend to the active daily note.

manage_tasksB

List tasks or change a task's completion/custom status.

suggest_use_casesA

Analyze native graph and organization signals, then rank contextual second-brain workflows.

run_obsidian_commandA

Run broad Obsidian CLI or plugin commands using an argument array. Permanent delete, eval, and dev controls are blocked.

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/theon199/obsidian-second-brain-mcp'

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