DxSure MCP Server and Client Setup
@mondweep
About DxSure MCP Server and Client Setup
This is a foundational code base to understand how to create remote mcp servers in cloudflare using the SPARC framework
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is DxSure MCP Server and Client Setup?
It is a Model Context Protocol (MCP) implementation designed for use with Cursor and other MCP‑compatible tools. The project includes a core MCP server deployed to Cloudflare Workers, a proxy client that Cursor connects to, and an optional client version that adds GitHub OAuth authentication.
How to use DxSure MCP Server and Client Setup?
Edit mcp-remote-authless/src/config.ts to set the serverUrl to point to your Cloudflare Worker, then deploy the client to Cloudflare or run it locally with npm run dev or npm run deploy. In Cursor, configure the MCP server URL to http://localhost:8787/mcp for local use or the deployed client’s URL.
Key features of DxSure MCP Server and Client Setup?
- Remote MCP server on Cloudflare Workers.
- Proxy client with auth‑less connection.
- Optional client with GitHub OAuth authentication.
- Two tools:
addandconvertCurrency. - Debug endpoints:
/statusand/config. - Compatible with Cursor and other MCP tools.
Use cases of DxSure MCP Server and Client Setup?
- Adding two numbers via a remote MCP tool.
- Converting currency amounts using exchange rates.
- Running MCP tools remotely with Cursor.
- Testing MCP server connectivity and configuration.
FAQ from DxSure MCP Server and Client Setup
What does the “No server info found” error mean?
It indicates the remote MCP server is not accessible, the client cannot reach the server, or the URL is misconfigured. To resolve, verify the server URL in config.ts, ensure the Cloudflare Worker is deployed and running, check for CORS issues, and enable debug logging.
What tools does the MCP server provide?
The server offers two tools: add (adds two numbers) and convertCurrency (converts currency amounts using exchange rates).
How do I deploy the MCP client to Cloudflare?
Change to the mcp-remote-authless directory and run npm run deploy. You can also run it locally with npm run dev for development.
How do I configure Cursor to connect to the MCP client?
In Cursor’s settings, set the MCP server URL to http://localhost:8787/mcp for a local client, or to the URL of your deployed Cloudflare client (e.g., https://your-mcp-client.workers.dev/mcp).
Is there an authenticated version of the client?
Yes, the mcp-remote-github-oauth directory contains a client version that adds GitHub OAuth authentication.
Frequently asked questions
What does the “No server info found” error mean?
It indicates the remote MCP server is not accessible, the client cannot reach the server, or the URL is misconfigured. To resolve, verify the server URL in `config.ts`, ensure the Cloudflare Worker is deployed and running, check for CORS issues, and enable debug logging.
What tools does the MCP server provide?
The server offers two tools: `add` (adds two numbers) and `convertCurrency` (converts currency amounts using exchange rates).
How do I deploy the MCP client to Cloudflare?
Change to the `mcp-remote-authless` directory and run `npm run deploy`. You can also run it locally with `npm run dev` for development.
How do I configure Cursor to connect to the MCP client?
In Cursor’s settings, set the MCP server URL to `http://localhost:8787/mcp` for a local client, or to the URL of your deployed Cloudflare client (e.g., `https://your-mcp-client.workers.dev/mcp`).
Is there an authenticated version of the client?
Yes, the `mcp-remote-github-oauth` directory contains a client version that adds GitHub OAuth authentication.
Basic information
More Developer Tools MCP servers
Grafana MCP server
grafanaMCP server for Grafana
extentos
Asger mølgaardExtentos is a multi-vendor development platform for adding smart-glasses capabilities to existing iOS and Android apps. The simplest analogy is Stripe for smart glasses:

Moxie Docs
Jackalope-DevAutomated codebase documentation for GitHub: searchable docs, MCP context for AI agents, doc drift detection, and Friday Cleanup PRs.
MCP-Scan: An MCP Security Scanner
invariantlabs-aiSecurity scanner for AI agents, MCP servers and agent skills.

discoverGPT
Joe MonastierodiscoverGPT is visualAI's unified MCP gateway for AI commerce, exposing 29 tools across four capabilities on one canonical product catalog: trimodal search (natural-language, precise-color, and image-similarity), AI cata
Comments