debug-test-mcp
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 3333Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/matsjfunke/debug-test-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server