← Back to Plugins
MCP Server MCP

AgentBuilders

github By github 👁 1 views ▲ 0 votes

Deploy full-stack web apps with database, file storage, auth, and RBAC via a single API call.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.agentbuilders.app/mcp",
      "headers": [
        {
          "description": "Bearer token (format: Bearer <api_key>)",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...