← Back to Plugins
MCP Server MCP

io.mcpcentral/jsoncanvas

github By github 👁 2 views ▲ 0 votes

Create, validate, edit, export (markdown/svg/png/mermaid), and search JSON Canvas files.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://jsoncanvas.mcpcentral.io/mcp",
      "headers": [
        {
          "description": "Bearer token from the MCPCentral gateway (Microsoft Entra OAuth at login.mcpcentral.io). Canvases are stored per authenticated user.",
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...