obsidian-semantic-mcp
by celstnblacc
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OLLAMA_URL | No | Ollama API endpoint | http://localhost:11434 |
| POSTGRES_DB | No | Database name | obsidian_brain |
| DATABASE_URL | No | Full connection string (overrides all POSTGRES_* vars) | |
| RERANK_MODEL | No | Optional Ollama model for re-ranking | |
| EMBED_WORKERS | No | Parallel threads for bulk indexing | 4 |
| POSTGRES_HOST | No | PostgreSQL host | localhost |
| POSTGRES_PORT | No | PostgreSQL port | 5432 |
| POSTGRES_USER | No | Database user | obsidian |
| OBSIDIAN_VAULT | No | Absolute path to your Obsidian vault (if not using OBSIDIAN_VAULTS) | |
| EMBEDDING_MODEL | No | Ollama model for embeddings | nomic-embed-text |
| OBSIDIAN_VAULTS | No | Comma-separated list of vault paths (overrides OBSIDIAN_VAULT) | |
| POSTGRES_PASSWORD | No | PostgreSQL password (required if not using DATABASE_URL) | |
| RERANK_CANDIDATES | No | Candidate pool size for re-ranking | 20 |
| OBSIDIAN_IGNORE_PATHS | No | Comma-separated vault-relative path segments to skip | archive |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessSyncing