Skip to main content
Glama
celstnblacc

obsidian-semantic-mcp

by celstnblacc

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OLLAMA_URLNoOllama API endpointhttp://localhost:11434
POSTGRES_DBNoDatabase nameobsidian_brain
DATABASE_URLNoFull connection string (overrides all POSTGRES_* vars)
RERANK_MODELNoOptional Ollama model for re-ranking
EMBED_WORKERSNoParallel threads for bulk indexing4
POSTGRES_HOSTNoPostgreSQL hostlocalhost
POSTGRES_PORTNoPostgreSQL port5432
POSTGRES_USERNoDatabase userobsidian
OBSIDIAN_VAULTNoAbsolute path to your Obsidian vault (if not using OBSIDIAN_VAULTS)
EMBEDDING_MODELNoOllama model for embeddingsnomic-embed-text
OBSIDIAN_VAULTSNoComma-separated list of vault paths (overrides OBSIDIAN_VAULT)
POSTGRES_PASSWORDNoPostgreSQL password (required if not using DATABASE_URL)
RERANK_CANDIDATESNoCandidate pool size for re-ranking20
OBSIDIAN_IGNORE_PATHSNoComma-separated vault-relative path segments to skiparchive

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

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