mcp-obsidian-vault
by t-rhex
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GIT_BRANCH | No | Default branch | main |
| GIT_REMOTE | No | Default remote | origin |
| WEBHOOK_URL | No | Comma-separated webhook URLs for task event notifications | |
| TASKS_FOLDER | No | Task notes subfolder | Tasks |
| USAGE_FOLDER | No | Token usage records subfolder | Usage |
| AGENTS_FOLDER | No | Agent profile notes subfolder | Agents |
| GIT_AUTO_SYNC | No | Auto commit + push after every write | false |
| GIT_TIMEOUT_MS | No | Git operation timeout | 30000 |
| WEBHOOK_SECRET | No | HMAC-SHA256 secret for signing webhook payloads | |
| GIT_PULL_REBASE | No | Use --rebase on pull | true |
| NOTE_EXTENSIONS | No | Note file extensions | .md,.markdown |
| TRASH_ON_DELETE | No | Move to .trash/ instead of permanent delete | true |
| DECISIONS_FOLDER | No | Decision records subfolder | Decisions |
| DAILY_NOTE_FOLDER | No | Subfolder for daily notes | Daily Notes |
| SEARCH_TIMEOUT_MS | No | Search timeout | 30000 |
| DISCOVERIES_FOLDER | No | Discovery notes subfolder | Discoveries |
| MAX_SEARCH_RESULTS | No | Max search results | 50 |
| WEBHOOK_TIMEOUT_MS | No | Webhook HTTP request timeout | 5000 |
| MAX_FILE_SIZE_BYTES | No | Max file size (10 MB) | 10485760 |
| OBSIDIAN_VAULT_PATH | Yes | Absolute path to your Obsidian vault (required) | |
| GIT_AUTO_SYNC_DEBOUNCE_MS | No | Debounce interval | 5000 |
| GIT_COMMIT_MESSAGE_PREFIX | No | Auto-commit message prefix | vault: |
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
- 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/t-rhex/obsidian-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server