This repository offers a WebSocket-based Model Context Protocol (MCP) server and client implementation, including a local LLM chat bot demo, designed to improve upon existing MCP transport layers for efficient communication.
This project offers a WebSocket-based implementation of the Model Context Protocol (MCP) for enhanced communication between clients and local Language Model (LLM) servers, overcoming limitations of standard transport layers. It includes both a server and a client, along with a local LLM chatbot demo.
ollama
package.The server and clients are configured via command-line arguments, defaulting to local operation. The project supports various LLM models and configurations, offering flexibility and extensibility. The examples demonstrate how to run the server and client, showcasing prompt submission and response retrieval.
zeropointo/websocket_mcp
February 24, 2025
February 24, 2025
Python