obsidian-kanban-mcp
Verified Safeby trung-persefoni
Overview
Manage Obsidian Kanban boards programmatically through an MCP server.
Installation
node dist/index.jsEnvironment Variables
- VAULT_PATH
- OBSIDIAN_BOARD_NAME
Security Notes
The server primarily interacts with the local file system using the provided VAULT_PATH. It uses `path.join` to construct file paths, which helps mitigate path traversal issues. No 'eval' or direct 'child_process' spawns were observed. Environment variables are used for configuration, which is a standard practice. The main security considerations would be ensuring the VAULT_PATH is set to a trusted location and protecting access to the process itself, as it can modify local files.
Similar Servers
mcp-obsidian
Enables LLMs (like Claude) to programmatically interact with an Obsidian vault through the Local REST API plugin.
backlog
Manage project backlog and tasks using Markdown files in a Git repository, designed for frictionless collaboration between AI agents and human developers.
ObsidianMate
An intelligent, AI-powered assistant designed to supercharge Obsidian note-taking workflows.
planka
A self-hosted Kanban board application designed for project management and team collaboration, deployable on Kubernetes using Helm.