obsidian-mcp
by unnitin
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VAULT_PATH | Yes | Absolute path to your Obsidian vault (required) | |
| OBSIDIAN_SEARCH_HOST | No | FastAPI server host (default: 127.0.0.1) | 127.0.0.1 |
| OBSIDIAN_SEARCH_PORT | No | FastAPI server port (default: 51234) | 51234 |
| OBSIDIAN_SEARCH_DEFAULT_TOP_K | No | Default number of search results (default: 10) | 10 |
| OBSIDIAN_SEARCH_EMBEDDING_MODEL | No | HuggingFace model ID (default: nomic-ai/nomic-embed-text-v1.5) | nomic-ai/nomic-embed-text-v1.5 |
| OBSIDIAN_SEARCH_CHUNK_MAX_TOKENS | No | Maximum tokens per chunk (default: 512) | 512 |
| OBSIDIAN_SEARCH_CHUNK_MIN_TOKENS | No | Minimum tokens before merging (default: 64) | 64 |
| OBSIDIAN_SEARCH_EXCLUDED_FOLDERS | No | JSON array of folder names to skip (default: []) | [] |
| OBSIDIAN_SEARCH_RERANK_CANDIDATES | No | Candidates passed to CrossEncoder (default: 50) | 50 |
| OBSIDIAN_SEARCH_WATCHER_DEBOUNCE_SECONDS | No | Debounce 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
| 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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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