Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
OBSIDIAN_API_KEY | Yes | Your API key from the Local REST API plugin | |
OBSIDIAN_API_URL | No | API URL - Supports both HTTP (port 27123) and HTTPS (port 27124). HTTPS uses self-signed certificates which are automatically accepted. | https://localhost:27124 |
OBSIDIAN_VAULT_NAME | No | Vault name for context |
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 |
---|---|
vault | File and folder operations - list, read, create, update, delete, search |
edit | Smart editing operations - window, append, patch, at_line, from_buffer |
view | Content viewing and navigation - file, window, active, open_in_obsidian |
workflow | Workflow guidance and suggestions based on current context |
system | System operations - info, commands, fetch_web |