Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Enable debug logging, e.g., mcp:* | |
| API_KEY | Yes | The API key from Obsidian Local REST API settings. | |
| API_HOST | No | Legacy single-URL configuration: The host of the Obsidian REST API (e.g., https://127.0.0.1). | |
| API_PORT | No | Legacy single-URL configuration: The port of the Obsidian REST API. | 27124 |
| API_URLS | No | JSON array of Obsidian REST API URLs for automatic failover and self-healing. e.g. ["https://127.0.0.1:27124"] | |
| MCP_HTTP_PATH | No | Endpoint path for HTTP transport (default is: /mcp) | /mcp |
| MCP_HTTP_TOKEN | No | Secret token for HTTP transport authentication. |
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 | |