Odel
Margins

Margins

Local
@cflorczyk91HTMLMITUpdated 3mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmargins-mcpv0.15.3

Run

npx -y margins-mcp

MCP client config

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