Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OBSIDIAN_INDEX_PATH | No | Path to index location | vault/.obsidian-mcp-index |
| OBSIDIAN_VAULT_PATH | Yes | Path to your Obsidian vault | |
| OBSIDIAN_MAX_RESULTS | No | Maximum number of results to return | 50 |
| OBSIDIAN_WATCH_CHANGES | No | Whether to watch for changes to vault files | true |
| OBSIDIAN_INCLUDE_CONTENT | No | Whether to include note content in search results | true |
| OBSIDIAN_AUTO_REBUILD_INDEX | No | Whether to automatically rebuild the index | true |
| OBSIDIAN_INCREMENTAL_UPDATE | No | Whether to use incremental updates | true |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |