Skip to content
Cursor

Vaults Diagram Tools for Cursor

io.github.malnati/vaults-diagram-tools

Mermaid to assets. Source code to maps. MCP for agents.

client:Cursor transport:stdio runtime:npm

Install Vaults Diagram Tools in Cursor

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

{
  "mcpServers": {
    "vaults-diagram-tools": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "vaults-diagram-tools"
      ]
    }
  }
}

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

Vaults Diagram Tools in other clients