Back to directory
jmorrell-cloudflare/mcp-bearer-auth-example

jmorrell-cloudflare/mcp-bearer-auth-example

@jmorrell-cloudflare

Remote MCP server on Cloudflare with Bearer Token authentication

mcpbearer-authcloudflareremote-serverexampletypescripttool

Installation & Configuration

{
  "mcpServers": {
    "remote-example": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://remote.mcp.server/sse",
        "--header",
        "Authorization: Bearer ${AUTH_TOKEN}"
      ],
      "env": {
        "AUTH_TOKEN": "..."
      }
    }
  }
}

Information

Transport
sse
Language
TypeScript
Created
2026/6/14
Updated
2026/6/15