obsidian-mcp-router
by tboome33
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VAULT_PATH | No | Path to a vault directory for auto-detection of default vault. | |
| MD_SHARE_DIR | No | Legacy single-directory alias for MD_ALLOWED_PATHS. | |
| REPOMIX_PATH | No | Absolute path to the repomix executable. | |
| MARKITDOWN_PATH | No | Absolute path to the markitdown executable. | |
| MD_ALLOWED_PATHS | No | Colon/semicolon-separated list of directories allowed for conversion tools. | |
| OBSIDIAN_ROUTER_LOCKED | No | Lock the router to a specific vault at startup. | |
| OBSIDIAN_ROUTER_USER_ID | No | Audit log slug. Every successful write call appends a line to wiki-meta/log.md. | |
| OBSIDIAN_ROUTER_READONLY | No | Disable write tools. Truthy tokens: true/1/yes/on. | |
| OBSIDIAN_ROUTER_DEFAULT_VAULT | No | Override the default vault for tool calls that omit the vault argument. | |
| OBSIDIAN_ROUTER_ALLOWED_VAULTS | No | Whitelist of vault names this instance sees. Comma-separated, spaces tolerated. | |
| OBSIDIAN_ROUTER_SMART_LINK_URL | No | Resolver base URL for smart links. | |
| OBSIDIAN_ROUTER_VIEW_AGENT_URL | No | URL of the view-agent provider for generating view links. | |
| OBSIDIAN_ROUTER_NO_UPDATE_CHECK | No | Disable the 24-hour GitHub version check. | |
| OBSIDIAN_ROUTER_SKIP_MARKITDOWN | No | Set to 1 to skip the venv creation at postinstall. | |
| OBSIDIAN_ROUTER_VIEW_AGENT_TOKEN | No | Optional shared secret for view-agent, sent as X-View-Token. | |
| OBSIDIAN_ROUTER_SMART_LINK_SECRET | No | HMAC secret for smart link signing. | |
| OBSIDIAN_ROUTER_ENFORCE_WG_OR_LOOPBACK | No | Enforce WireGuard or loopback only for vault base URLs. |
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
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/tboome33/obsidian-mcp-router'
If you have feedback or need assistance with the MCP directory API, please join our Discord server