Skip to main content
Glama

Obsidian Semantic MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OBSIDIAN_API_KEYYesYour API key from the Local REST API plugin
OBSIDIAN_API_URLNoAPI URL - Supports both HTTP (port 27123) and HTTPS (port 27124). HTTPS uses self-signed certificates which are automatically accepted.https://localhost:27124
OBSIDIAN_VAULT_NAMENoVault name for context

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
vault

File and folder operations - list, read, create, update, delete, search

edit

Smart editing operations - window, append, patch, at_line, from_buffer

view

Content viewing and navigation - file, window, active, open_in_obsidian

workflow

Workflow guidance and suggestions based on current context

system

System operations - info, commands, fetch_web

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/aaronsb/obsidian-semantic-mcp'

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