Loading MCP server directory, please wait...
Secure MCP server for Obsidian with OWASP Top 10 controls and full audit logging.
npx @getmcp/cli add io.github.dewtech-technologies/obsidian-mcp-secureRequires Node.js 18+. Community-contributed server. Review source before installing.
OBSIDIAN_API_KEYAPI Key generated by Obsidian's Local REST API plugin (Settings -> Local REST API -> API Key)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.dewtech-technologies/obsidian-mcp-secure": {
"command": "npx",
"args": [
"-y",
"obsidian-mcp-secure"
],
"env": {
"OBSIDIAN_API_KEY": "",
"OBSIDIAN_HOST": "http://127.0.0.1",
"OBSIDIAN_PORT": "27123",
"LOG_DIR": "./logs"
}
}
}
}