Skip to main content
Glama
matsjfunke

debug-test-mcp

by matsjfunke

Debug MCP

License

debug-test-mcp is an MCP Server which has tools like get-request-headers which 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 node
  • PNPM (v10 or above recommended) The project uses PNPM as its package manager.
    Install globally with:

npm install -g pnpm

Setup

Install dependencies:

pnpm i

Start MCP Server on localhost:3333 :

pnpm dev

Install dependencies & start server in one command:

pnpm d

Server URL http://localhost:3333/mcp

Tunneling

If your host requires HTTPS you can easily tunnel the server via a service like ngrok:

ngrok http 3333
A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    -
    quality
    D
    maintenance
    A simple demonstration MCP server that provides an echo tool and resource for learning how to build MCP servers. Serves as a starting point and template for creating custom MCP server implementations.
    Last updated
  • F
    license
    -
    quality
    D
    maintenance
    A 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.
    Last updated
  • F
    license
    -
    quality
    C
    maintenance
    MCP server providing greeting and echo tools for testing and demonstration.
    Last updated
  • F
    license
    -
    quality
    C
    maintenance
    A 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.
    Last updated

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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