Skip to content
Cursor

Margins for Cursor

io.github.cflorczyk9/margins

Use your Claude Pro/Max subscription on your Obsidian vault. Reads markdown, proposes writes.

client:Cursor transport:stdio runtime:npm

Install Margins in Cursor

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

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

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

Margins in other clients