Skip to main content
Glama
chzkyy

mcp-obsidian

by chzkyy

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OBSIDIAN_API_KEYYesAPI key/token from the Local REST API plugin settings.
OBSIDIAN_BASE_URLYesThe base URL of the Obsidian Local REST API plugin (e.g. https://127.0.0.1:27124).
NODE_TLS_REJECT_UNAUTHORIZEDNoSet to '0' to disable TLS verification when using the local self-signed certificate.

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
search_notesB

Search notes in the Obsidian vault using Obsidian's search query syntax. Returns matching paths, scores, and snippets.

get_noteA

Read the full markdown content of a note by its vault-relative path.

create_noteA

Create a new note in the vault with markdown content. Refuses to overwrite an existing note unless overwrite=true.

update_noteA

Replace the entire content of an existing note with new markdown content.

append_noteA

Append (or prepend) markdown content to an existing note without replacing it.

delete_noteA

Permanently delete a note from the vault.

list_directoryA

List files and folders under a vault directory. Use directory='' or '/' for the vault root.

open_noteA

Open a note in the Obsidian app window by its vault path.

list_commandsA

List all available Obsidian commands that can be executed.

execute_commandA

Execute an Obsidian command by its id (use list_commands first).

get_active_noteA

Get the markdown content of the currently active note in Obsidian.

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/chzkyy/mcp_obsidian'

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