Submit

Obsidian Md Mcp Via Rest Api

@Oleksandr Kucherenko

Dockerized MCP Server connected to Obsidian Vault with Local REST API. (rewritten completely with BUN to make it faster and more lightweight)

Tools

Server Config

{
  "mcpServers": {
    "obsidian": {
      "command": "docker",
      "args": [
        "run",
        "--name",
        "mcp-obsidian-windsurf",
        "--interactive",
        "--rm",
        "-e",
        "API_KEY",
        "-e",
        "API_HOST",
        "-e",
        "API_PORT",
        "-e",
        "DEBUG",
        "ghcr.io/oleksandrkucherenko/obsidian-mcp:latest"
      ],
      "env": {
        "API_KEY": "{secret_key}",
        "API_HOST": "https://172.26.32.1",
        "API_PORT": "27124",
        "DEBUG": "mcp:*"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.