Skip to content
Grok

obsidian mcp secure for Grok

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

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

client:Grok transport:stdio runtime:npm

Install obsidian mcp secure in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "obsidian-mcp-secure": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

obsidian mcp secure in other clients