← Back to Plugins
MCP Server MCP

io.github.TopLocalAI/layerback-mcp

github By github 👁 1 views ▲ 0 votes

Convert diagram images into fully editable Visio (VSDX), PowerPoint, draw.io, and SVG files.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "layerback-mcp",
      "version": "0.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "LayerBack API key from https://layerback.com/settings/apikeys",
          "isRequired": true,
          "isSecret": true,
          "name": "LAYERBACK_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...