Skip to main content
Glama
Victors081

Obsidian MCP Server

by Victors081

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_OBSIDIAN_CONFIGNoPath to the configuration file. If omitted, the server uses the default config location (~/.config/mcp-obsidian/config.json on macOS/Linux or %APPDATA%/mcp-obsidian/config.json on Windows).

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_vaults

List all accessible Obsidian vaults

get_vault_info

Get information about a specific vault

list_files

List files in a vault

get_file

Read a file from a vault

write_file

Write or update a file in a vault

append_content

Append content to an existing file

search_files

Search for text in vault files

get_metadata

Get metadata for a file (frontmatter, tags, links, word count)

execute_command

Execute an Obsidian command (requires REST API plugin)

open_file

Open a file in Obsidian UI (requires REST API plugin)

get_active_file

Get the currently active file in Obsidian (requires REST API plugin)

open_graph

Open graph view in Obsidian (requires REST API plugin)

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

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