Back to Home
tlockney icon

obsidian-planner

Verified Safe

by tlockney

Overview

Manages technical plans within an Obsidian vault using an MCP server interface.

Installation

Run Command
deno run --allow-net --allow-env --allow-read --allow-write --allow-run src/main.ts

Environment Variables

  • OBSIDIAN_API_URL
  • OBSIDIAN_API_KEY

Security Notes

The code does not contain 'eval' or obvious obfuscation. It relies on the Obsidian Local REST API, which is typically run locally. Configuration allows specifying the Obsidian API URL and an optional API key, which are user-controlled. Broad Deno permissions (--allow-net, --allow-env, --allow-read, --allow-write, --allow-run) are used, which is common in Deno apps but grants significant privileges; however, the application's logic is constrained to file management via the Obsidian API.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens750
Stars0
Forks0
Last Update2025-12-13

Tags

ObsidianPlannerTechnical PlansMCP ServerDeno