Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
MCP_HTTP_HOST | No | Host for the HTTP server | 127.0.0.1 |
MCP_HTTP_PORT | No | Port for the HTTP server | 3010 |
MCP_LOG_LEVEL | No | Logging level (debug, info, error, etc.) | info |
OBSIDIAN_API_KEY | Yes | API Key from the Obsidian Local REST API plugin | |
OBSIDIAN_BASE_URL | No | Base URL of your Obsidian Local REST API | http://127.0.0.1:27123 |
MCP_TRANSPORT_TYPE | No | Server transport: 'stdio' or 'http' | http |
MCP_ALLOWED_ORIGINS | No | Comma-separated origins for CORS | |
MCP_AUTH_SECRET_KEY | No | 32+ char secret for JWT auth (Not used in this version) | |
OBSIDIAN_VERIFY_SSL | No | Set to 'false' to disable SSL verification | true |
OBSIDIAN_ENABLE_CACHE | No | Set to 'true' to enable the in-memory vault cache | true |
OBSIDIAN_CACHE_REFRESH_INTERVAL_MIN | No | Refresh interval for the vault cache in minutes | 10 |
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 |
---|---|
No tools |