trackmcp
Back to directory
12beam

cd-mcp-proxy

View on GitHub

Extend MCP server functionality to work as a worker

1 stars TypeScriptServers & Infrastructure Updated Mar 19, 2025

Documentation

MCP server proxy

Use `proxyMessage` to pass a message to an existing MCP server:

typescript
import { proxyMessage } from '@contextdepot/mcp-proxy/dist/index.js'

// create server and configure handlers
const server = new Server(..);
..

export default class extends WorkerEntrypoint {
    // send message to the server
    async message(requestMessage): Promise {
        return proxyMessage(server, requestMessage)
    }
};

Frequently asked questions

What is cd-mcp-proxy?

cd-mcp-proxy is Extend MCP server functionality to work as a worker

How do I install cd-mcp-proxy?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is cd-mcp-proxy open source?

Yes — it is hosted on GitHub at https://github.com/12beam/cd-mcp-proxy and has 1 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP