MCP server proxy
@12beam
About MCP server proxy
Extend MCP server functionality to work as a worker
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP server proxy?
MCP server proxy is a lightweight utility that provides the proxyMessage function to forward messages to an existing MCP server. It is designed for developers using MCP in serverless environments, such as Cloudflare Workers, and works with standard MCP Server instances from the Model Context Protocol SDK.
How to use MCP server proxy?
Install the @contextdepot/mcp-proxy package, import the proxyMessage function, create an MCP Server instance, then call proxyMessage(server, requestMessage) inside a message handler. Configuration follows the usual MCP server setup; the example shows a Cloudflare Worker entrypoint that delegates incoming requests to the proxy.
Key features of MCP server proxy
- Provides the
proxyMessagefunction for forwarding MCP messages. - Integrates seamlessly with standard MCP Server instances.
- Shown in a Cloudflare Worker (WorkerEntrypoint) example.
- Lightweight and focused solely on message proxying.
Use cases of MCP server proxy
- Forwarding MCP messages from a serverless endpoint to an existing MCP server.
- Adding a proxy layer to inspect, log, or route MCP requests.
- Running MCP servers behind Cloudflare Workers for edge-based logic.
FAQ from MCP server proxy
What dependencies does MCP server proxy require?
It expects an MCP Server instance (from the @modelcontextprotocol/sdk) and is used with the @contextdepot/mcp-proxy package.
What runtime environment does it target?
The example uses WorkerEntrypoint from Cloudflare Workers, but the proxyMessage function itself may work in any JavaScript runtime that supports the SDK.
Does it modify or validate the forwarded message?
No—the README only describes passing the message unchanged via proxyMessage. Any custom logic must be added before or after the call.
More Developer Tools MCP servers
MCP Inspector
modelcontextprotocolVisual testing tool for MCP servers
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
Test
x1xhlolFULL Augment Code, Claude Code, Cluely, CodeBuddy, Comet, Cursor, Devin AI, Junie, Kiro, Leap.new, Lovable, Manus, NotionAI, Orchids.app, Perplexity, Poke, Qoder, Replit, Same.dev, Trae, Traycer AI, VSCode Agent, Warp.dev, Windsurf, Xcode, Z.ai Code, Dia & v0. (And other Open Sou
MCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs
Comments