mcp-obsidian-planner
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| INBOX_FILE | No | Inbox markdown file | 01-Inbox/Inbox.md |
| VAULT_PATH | Yes | Absolute path to Obsidian vault | |
| AREAS_FOLDER | No | Areas (PARA) folder | 04-Areas |
| DAILY_FOLDER | No | Daily notes folder | 07-Daily |
| ARCHIVE_FOLDER | No | Archive folder | 06-Archive |
| PROJECTS_FOLDER | No | Projects folder | 02-Proyectos |
| TEMPLATES_FOLDER | No | Templates folder | Templates |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| daily_createA | Create a daily note from template. Returns existing note if already created. |
| daily_getC | Get a daily note with parsed sections (focus, tasks, log, gratitude, reflection) |
| daily_set_focusC | Set the Top 3 focus priorities for a daily note |
| inbox_listB | List all inbox items grouped by priority (Urgente, Puede esperar, Algún día, Captura Rápida, Notas Rápidas) |
| inbox_addC | Add a new item to the inbox with timestamp |
| inbox_processB | Process an inbox item by moving it to a project, daily note, area, archive, or deleting it |
| inbox_prioritizeC | Change the priority of an inbox item by moving it to a different section |
| tasks_listB | List tasks from a specific note, folder, or the entire vault. Filter by status. |
| task_toggleB | Toggle a task between pending [ ] and completed [x] |
| task_addC | Add a new task to a note in the Tareas section |
| weekly_summaryB | Generate weekly summary: completed/pending tasks, dailies filled, project progress |
| weekly_createC | Create a weekly review note from template |
| vault_searchC | Full-text search across the vault with context lines |
| note_readB | Read a note from the vault by its relative path |
| notes_listB | List all notes in a folder |
| projects_listB | List projects with status, area, deadline. Filter by status or area. |
| project_createC | Create a new project from template with area assignment |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jarero321/mcp-obsidian-planner'
If you have feedback or need assistance with the MCP directory API, please join our Discord server