Skip to main content
Glama
dkdottk

obsidian-bridge

by dkdottk

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OBSIDIAN_API_KEYYesYour Obsidian Local REST API key
OBSIDIAN_BASE_URLNoBase URL of the Obsidian Local REST APIhttps://127.0.0.1:27124

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
obsidian_statusA

Check whether Obsidian Local REST API is reachable and authenticated.

obsidian_listA

List files and folders at a vault directory (root when path is omitted).

obsidian_readA

Read a note as markdown, or as structured JSON metadata when asJson is true.

obsidian_createA

Create a note or replace its entire contents.

obsidian_appendA

Append markdown to the end of a note (creates the note if needed).

obsidian_deleteA

Delete a note. By default moves to trash; set permanent=true only when the user explicitly asks.

obsidian_patchB

Insert, prepend, or replace content relative to a heading, block reference, or frontmatter field.

obsidian_searchB

Full-text search across the vault using Obsidian's simple search.

obsidian_daily_readA

Read today's daily note using OBSIDIAN_DAILY_NOTE_PATH (default Daily/YYYY-MM-DD.md).

obsidian_daily_appendA

Append markdown to today's daily note (creates it if missing).

obsidian_tags_listA

List all tags in the vault with usage counts.

obsidian_files_by_tagB

Find notes that contain a given tag via vault search.

obsidian_openB

Open a note in the Obsidian UI.

obsidian_commands_listA

List available Obsidian commands.

obsidian_command_executeA

Execute an Obsidian command by id. Only use when the user explicitly asks for it.

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/dkdottk/obsidian-bridge'

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