Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | The port on which the server runs | 4000 |
| LOG_LEVEL | No | Log level (error, warn, info, debug) | info |
| GOOGLE_CLIENT_ID | No | Google API client ID for Calendar integration | |
| OBSIDIAN_VAULT_PATH | Yes | Path to your Obsidian vault | |
| GOOGLE_CLIENT_SECRET | No | Google API client secret for Calendar integration | |
| MONGODB_DATABASE_NAME | No | MongoDB database name | obsidian_mcp |
| MONGODB_CONNECTION_STRING | No | MongoDB connection string | mongodb://localhost:27017 |
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 | |