
cd mcp proxy
Extend MCP server functionality to work as a worker
Repository Info
About This Server
Extend MCP server functionality to work as a worker
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
MCP server proxy
Use proxyMessage to pass a message to an existing MCP server:
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<void> {
return proxyMessage(server, requestMessage)
}
};
Quick Start
Clone the repository
git clone https://github.com/12beam/cd-mcp-proxyInstall dependencies
cd cd-mcp-proxy
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.