Back to directory
ayushps1/remote-mcp-server

ayushps1/remote-mcp-server

@ayushps10

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

cloudflareworkeroauthmathtool

Installation & Configuration

{
  "mcpServers": {
    "ayushps1-remote-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "ayushps1-remote-mcp-server-mcp"
      ]
    }
  }
}

Information

Transport
sse
Language
TypeScript
Created
2025/4/16
Updated
2025/4/16