Skip to content
Cursor

gosidian for Cursor

io.github.daniele-chiappa/gosidian

Self-hosted Obsidian-compatible markdown vault with a web UI and a 57-tool MCP server for AI agents

client:Cursor transport:stdio runtime:oci

Install gosidian in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "gosidian": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/daniele-chiappa/gosidian:v2.29.0"
      ],
      "env": {
        "GOSIDIAN_VAULT": "<GOSIDIAN_VAULT>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

gosidian in other clients