MCP Server Runner is a WebSocket server that enables Model Context Protocol server access via WebSocket connections, facilitating integration with web applications and managing bidirectional communication between clients and the MCP server.
Note: This project is under active development. Features and APIs may change.
MCP Server Runner is a WebSocket server for running Model Context Protocol (MCP) servers, enabling access via WebSocket connections for integration with web applications.
It acts as a bridge between WebSocket clients and MCP servers by launching the server process, managing WebSocket connections, and handling bidirectional communication.
Configuration is possible through environment variables or a JSON configuration file, which allows defining multiple server configurations.
The server can be run using environment variables or a configuration file. Connect to the WebSocket server using a WebSocket client.
Dockerfile and docker-compose.yml are provided for containerized deployment.
yonaka15/mcp-server-runner
December 8, 2024
March 27, 2025
Rust