debug-test-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@debug-test-mcpshow me the request headers"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Debug MCP
debug-test-mcp is an MCP Server which has tools like
get-request-headerswhich returns all headers that were sent with the current request
Use this Server to debug your MCP Host / Client custom header implementation.
Getting Started
Prerequisites
Before you start with sample-mcp-server, ensure the following are installed:
Node.js (v18 or above recommended)
Required to run the server and manage dependencies.
brew install nodePNPM (v10 or above recommended) The project uses PNPM as its package manager.
Install globally with:
npm install -g pnpmSetup
Install dependencies:
pnpm iStart MCP Server on localhost:3333 :
pnpm devInstall dependencies & start server in one command:
pnpm dServer URL http://localhost:3333/mcp
Tunneling
If your host requires HTTPS you can easily tunnel the server via a service like ngrok:
ngrok http 3333This server cannot be deployed
Maintenance
Related MCP Connectors
Experimental MCP server for current empirical verification of explicit public HTTPS endpoint claims.
MCP server to assist with JxBrowser development.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceA demonstration MCP server that runs over HTTP with streamable transport, providing a simple greeting tool for testing MCP client-server communication. Built with FastMCP framework for educational purposes in learning MCP server development.-
- FlicenseNot gradedqualityCmaintenanceMCP server providing greeting and echo tools for testing and demonstration.-
- FlicenseNot gradedqualityCmaintenanceA minimal MCP server for debugging MCP clients. It echoes back everything it receives — tool arguments, session IDs, metadata — so you can inspect exactly what your client is sending.-
- FlicenseNot gradedqualityBmaintenanceA throwaway HTTP MCP server that empirically tests whether Cursor invokes tools by exact name or munges them, to inform case normalization decisions.-