Odel
Vaults Diagram Tools

Vaults Diagram Tools

Local
@malnatiJavaScriptMITUpdated 1mo ago

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

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).

npmvaults-diagram-toolsv0.1.4

Run

npx -y vaults-diagram-tools

MCP client config

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