Skip to main content
Glama
JujiuYey

Obsidian MCP Server

by JujiuYey

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OBSIDIAN_VAULT_PATHYesAbsolute path to your Obsidian vault

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
read_noteA

Read the content of a specific note

list_notesB

List all notes in the vault

create_noteC

Create a new note

update_noteB

Update the content or metadata of a note

delete_noteC

Delete a note

search_notesB

Search for notes using full-text search

search_by_tagC

Find notes that have a specific tag

list_tagsA

List all tags in the vault

list_foldersB

List all folders in the vault

create_folderC

Create a new folder

delete_folderB

Delete an empty folder

get_tag_notesB

Get all notes that contain a specific tag

add_tagB

Add a tag to a note

remove_tagB

Remove a tag from a note

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
notesList all notes in the Obsidian vault

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

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