vault-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| QMD_BIN | No | Fallback semantic search helper command (default: qmd). | qmd |
| MCP_HOST | No | Host to bind to (default: 127.0.0.1). | 127.0.0.1 |
| MCP_PATH | No | Path for the MCP server (default: /mcp). | /mcp |
| MCP_PORT | No | Port to listen on (default: 8848). | 8848 |
| VAULT_PATH | Yes | Absolute path to the vault root. | |
| SAVE_LINK_BIN | No | URL-to-note helper command (default: obsidian-save-link). | obsidian-save-link |
| MCP_AUTH_TOKEN | No | Bearer token. Set this for any internet-facing deployment. | |
| WIKI_QUERY_BIN | No | Title/path search helper command (default: wiki-query). | wiki-query |
| FAST_SEARCH_BIN | No | Warm semantic-search front-end binary. Preferred over QMD_BIN. | |
| INDEX_REBUILD_CMD | No | Command run when rebuild_index=true is passed to a tool. |
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/KORThomasJeong/vault-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server