Back to directory
irvinebroque/repro-root-mcp-issue

irvinebroque/repro-root-mcp-issue

@irvinebroque1

A remote Model Context Protocol (MCP) server designed to run on Cloudflare Workers, providing tools (like a math tool) accessible via SSE transport with OAuth login.

cloudflareworkersoauthmath-toolcontext

Installation & Configuration

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

Information

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