Skip to content
Cursor

obelisk for Cursor

io.github.zachhannum/obelisk

Comment on a passage of an Obsidian note, and propose suggested edits.

client:Cursor transport:stdio runtime:npm

Install obelisk in Cursor

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

{
  "mcpServers": {
    "obelisk": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "obelisk-mcp"
      ]
    }
  }
}

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

obelisk in other clients