← Back to Plugins
MCP Server MCP

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

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "obsidian-mcp-secure",
      "version": "1.0.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API Key generated by Obsidian's Local REST API plugin (Settings -> Local REST API -> API Key)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "OBSIDIAN_API_KEY"
        },
        {
          "description": "Host of the Local REST API (default: http://127.0.0.1)",
          "format": "string",
          "default": "http://127.0.0.1",
          "name": "OBSIDIAN_HOST"
        },
        {
          "description": "Port of the Local REST API (default: 27123)",
          "format": "string",
          "default": "27123",
          "name": "OBSIDIAN_PORT"
        },
        {
          "description": "Directory for audit logs (default: ./logs)",
          "format": "string",
          "default": "./logs",
          "name": "LOG_DIR"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...