← Back to browse

Margins

Indexed by io.github.cflorczyk9

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Claude Code
claude mcp add margins -- npx margins-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"margins","command":"npx","args":["margins-mcp"]}'
JSON
{
  "mcpServers": {
    "margins": {
      "command": "npx",
      "args": [
        "margins-mcp"
      ]
    }
  }
}