← Back to Plugins
MCP Server MCP

DrillSpark MCP Server

github By github 👁 1 views ▲ 0 votes

Create and manage Mermaid.js flowcharts and diagrams with AI agents via MCP.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://drillspark.io/api/mcp/mcp",
      "headers": [
        {
          "description": "Bearer token for DrillSpark API authentication (format: Bearer dsk_xxxxx)",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...