io.github.dewtech-technologies/obsidian-mcp-secure
Quality Score
85
/100
Secure MCP server for Obsidian with OWASP Top 10 controls and full audit logging.
§01 Install
Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"obsidian-mcp-secure": {
"command": "npx",
"args": [
"-y",
"obsidian-mcp-secure"
],
"env": {
"OBSIDIAN_API_KEY": "<your-obsidian_api_key>",
"OBSIDIAN_HOST": "http://127.0.0.1",
"OBSIDIAN_PORT": "27123",
"LOG_DIR": "./logs"
}
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"obsidian-mcp-secure": {
"command": "npx",
"args": [
"-y",
"obsidian-mcp-secure"
],
"env": {
"OBSIDIAN_API_KEY": "<your-obsidian_api_key>",
"OBSIDIAN_HOST": "http://127.0.0.1",
"OBSIDIAN_PORT": "27123",
"LOG_DIR": "./logs"
}
}
}
}Cline (cline_mcp_settings.json)
npx -y obsidian-mcp-secure§02 Environment variables
OBSIDIAN_API_KEYrequiredsecret
API Key generated by Obsidian's Local REST API plugin (Settings -> Local REST API -> API Key)
OBSIDIAN_HOSTHost of the Local REST API (default: http://127.0.0.1)
OBSIDIAN_PORTPort of the Local REST API (default: 27123)
LOG_DIRDirectory for audit logs (default: ./logs)
§03 MCP Quality Score · methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04 Alternatives in Monitoring & Logs
ThornGuard
app.qwady.thorns/thornguard
Remote MCP security gateway for auth, redaction, policy enforcement, and audit logging.
Calories Club: AI Food Tracker
app.recordo.api/calories-club
AI-powered calorie tracking with photo recognition, barcode scanning, and voice logging
Auth0 MCP Server
com.auth0/mcp
Auth0 MCP Server: Manage Auth0 applications, APIs, actions, logs, and forms using natural language