Skip to main content
Glama

Obsidian MCP Server - Enhanced

by BoweyLou
Apache 2.0
434

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_HTTP_HOSTNoHost for the HTTP server127.0.0.1
MCP_HTTP_PORTNoPort for the HTTP server3010
MCP_LOG_LEVELNoLogging level (debug, info, error, etc.)info
OBSIDIAN_API_KEYYesAPI Key from the Obsidian Local REST API plugin
OBSIDIAN_BASE_URLNoBase URL of your Obsidian Local REST APIhttp://127.0.0.1:27123
MCP_TRANSPORT_TYPENoServer transport: 'stdio' or 'http'http
MCP_ALLOWED_ORIGINSNoComma-separated origins for CORS
MCP_AUTH_SECRET_KEYNo32+ char secret for JWT auth (Not used in this version)
OBSIDIAN_VERIFY_SSLNoSet to 'false' to disable SSL verificationtrue
OBSIDIAN_ENABLE_CACHENoSet to 'true' to enable the in-memory vault cachetrue
OBSIDIAN_CACHE_REFRESH_INTERVAL_MINNoRefresh interval for the vault cache in minutes10

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

No tools

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

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