← Back to Plugins
MCP Server MCP

CodePic

github By github 👁 1 views ▲ 0 votes

AI agent draws editable hand-drawn diagrams (flowchart, ER, architecture) via MCP, not static images

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://codepic.cc/api/mcp/mcp",
      "headers": [
        {
          "description": "Bearer API key from https://codepic.cc/settings/api-keys (format: cpk_...)",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...