Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VAULT_PATH | No | The path to the Obsidian vault. If not set, it defaults to ~/workspace/cursor-vault. | ~/workspace/cursor-vault |
| OBSIDIAN_BOARD_NAME | No | An optional default board filename (e.g., 'MyBoard.md'). If set, you don't need to provide the board_name argument for specific tools. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_boards | List all Kanban boards in the Obsidian vault |
| get_board_content | Get the columns and tasks of a Kanban board |
| add_task | Add a new task to a specific column in a Kanban board |
| move_task | Move a task from one column to another |
| create_board | Create a new Kanban board |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |