Skip to content

obsidian mcp secure for Zed

io.github.dewtech-technologies/obsidian-mcp-secure

Secure MCP server for Obsidian with OWASP Top 10 controls and full audit logging.

client:Zed transport:stdio runtime:npm

Install obsidian mcp secure in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "obsidian-mcp-secure": {
      "command": "npx",
      "args": [
        "-y",
        "obsidian-mcp-secure"
      ],
      "env": {
        "OBSIDIAN_API_KEY": "<OBSIDIAN_API_KEY>",
        "OBSIDIAN_HOST": "<OBSIDIAN_HOST>",
        "OBSIDIAN_PORT": "<OBSIDIAN_PORT>",
        "LOG_DIR": "<LOG_DIR>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

obsidian mcp secure in other clients