Skip to main content
Glama
unnitin

obsidian-mcp

by unnitin

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
VAULT_PATHYesAbsolute path to your Obsidian vault (required)
OBSIDIAN_SEARCH_HOSTNoFastAPI server host (default: 127.0.0.1)127.0.0.1
OBSIDIAN_SEARCH_PORTNoFastAPI server port (default: 51234)51234
OBSIDIAN_SEARCH_DEFAULT_TOP_KNoDefault number of search results (default: 10)10
OBSIDIAN_SEARCH_EMBEDDING_MODELNoHuggingFace model ID (default: nomic-ai/nomic-embed-text-v1.5)nomic-ai/nomic-embed-text-v1.5
OBSIDIAN_SEARCH_CHUNK_MAX_TOKENSNoMaximum tokens per chunk (default: 512)512
OBSIDIAN_SEARCH_CHUNK_MIN_TOKENSNoMinimum tokens before merging (default: 64)64
OBSIDIAN_SEARCH_EXCLUDED_FOLDERSNoJSON array of folder names to skip (default: [])[]
OBSIDIAN_SEARCH_RERANK_CANDIDATESNoCandidates passed to CrossEncoder (default: 50)50
OBSIDIAN_SEARCH_WATCHER_DEBOUNCE_SECONDSNoDebounce delay for file watcher (default: 2.0)2.0

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

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

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