Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NODE_ENV | No | The Node.js environment setting | production |
| MAX_TOKENS | No | Maximum tokens per response | 20000 |
| TOOL_TIMEOUT_MS | No | Tool execution timeout in milliseconds | 60000 |
| OBSIDIAN_API_KEY | Yes | Your API key for the Obsidian MCP Server | |
| OBSIDIAN_VERIFY_SSL | No | Enable SSL verification | false |
| RATE_LIMIT_WINDOW_MS | No | Rate limit window in milliseconds (default: 15 minutes) | 900000 |
| RATE_LIMIT_MAX_REQUESTS | No | Max requests per rate limit window | 200 |
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 | |