Back to directory
LiTschii/remote-mcp-server

LiTschii/remote-mcp-server

@LiTschii0

A remote MCP server deployed on Cloudflare Workers, demonstrating how to expose tools via an SSE endpoint with OAuth login.

cloudflareworkersoauthsseremotecloud

Installation & Configuration

{
  "mcpServers": {
    "math": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "http://localhost:8787/sse"
      ]
    }
  }
}

Information

Transport
sse
Language
TypeScript
Created
2025/4/8
Updated
2026/6/8