Submit

Kobsidian

@bezata

Filesystem-first MCP server for Obsidian vaults with an LLM-Wiki layer on top.

Server Config

{
  "mcpServers": {
    "kobsidian": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "kobsidian-mcp"
      ],
      "env": {
        "OBSIDIAN_VAULT_PATH": "/absolute/path/to/vault",
        "OBSIDIAN_API_URL": "https://127.0.0.1:27124",
        "OBSIDIAN_API_VERIFY_TLS": "false",
        "OBSIDIAN_REST_API_KEY": "only-if-you-use-workspace-or-commands-tools"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.