Back to Home
matsjfunke icon

header-test-mcp

Verified Safe

by matsjfunke

Overview

An MCP server designed for debugging custom header implementations in MCP hosts/clients by providing a tool to retrieve request headers.

Installation

Run Command
pnpm d

Security Notes

The server enables wildcard CORS ('Access-Control-Allow-Origin: *'), which is a security risk in production but acceptable for its stated debugging purpose. The `currentRequestHeaders` global variable can be overwritten by concurrent requests, potentially leading to stale information for debugging, but does not pose a direct critical security vulnerability like data leakage to unauthorized parties.

Similar Servers

Stats

Interest Score30
Security Score8
Cost ClassLow
Avg Tokens5
Stars1
Forks0
Last Update2025-12-11

Tags

MCP ServerHTTP HeadersDebugging ToolNode.jsAPI Testing