DxSure MCP Server logo

DxSure MCP Server

by mondweep

This repository provides a Model Context Protocol (MCP) implementation for use with Cursor and other MCP-compatible tools. It includes a core MCP server, a proxy client, and an OAuth-authenticated version.

View on GitHub

Last updated: N/A

What is DxSure MCP Server?

The DxSure MCP Server is a Model Context Protocol implementation designed to facilitate communication between Cursor (or other MCP-compatible tools) and remote services. It consists of a core server deployed to Cloudflare Workers and proxy clients for connection and authentication.

How to use DxSure MCP Server?

To use the server, you need to configure the MCP client to connect to your remote MCP server on Cloudflare. This involves setting the serverUrl in the client's configuration file to point to your Cloudflare Worker. Then, deploy the client to Cloudflare or run it locally. Finally, configure Cursor to use your MCP client's URL.

Key features of DxSure MCP Server

  • MCP Implementation

  • Cloudflare Workers Deployment

  • Proxy Client

  • GitHub OAuth Authentication (optional)

  • Remote Tool Hosting

  • Status and Configuration Endpoints

Use cases of DxSure MCP Server

  • Connecting Cursor to remote tools

  • Extending Cursor functionality with custom tools

  • Providing a secure and authenticated connection to MCP services

  • Integrating Cursor with external APIs

  • Building custom workflows within Cursor

FAQ from DxSure MCP Server

What is an MCP server?

An MCP server hosts tools that can be accessed by MCP-compatible clients like Cursor.

How do I deploy the MCP server?

The MCP server is designed to be deployed to Cloudflare Workers.

How do I configure the MCP client?

You need to set the serverUrl in the client's configuration file to point to your deployed MCP server.

What does the 'No server info found' error mean?

This error usually indicates a connectivity issue between the client and the server. Check the server URL, Cloudflare worker deployment, and potential CORS issues.

What tools are available on the MCP server?

Currently, the MCP server provides add (adds two numbers) and convertCurrency (converts currency amounts) tools.