Skip to content
Claude Desktop

obsidian mcp secure for Claude Desktop

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

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

client:Claude Desktop transport:stdio runtime:npm

Install obsidian mcp secure in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

{
  "mcpServers": {
    "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>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

obsidian mcp secure in other clients