mcp-server

devikamanoj1491/mcp-server

3.1

If you are the rightful owner of mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Hackathon MCP server project is designed to facilitate communication and data exchange between different systems using the Model Context Protocol (MCP).

🛰️ MCP Server – Hackathon Submission

This is a simple MCP (Minimal Control Protocol) server created for the hackathon. It handles basic text-based client commands over TCP.

💡 Features

  • Accepts TCP client connections
  • Handles commands:
    • HELLO → returns greeting
    • PING → returns PONG
    • DATA <payload> → acknowledges data
    • EXIT → closes connection
  • Multi-client support using threads

⚙️ How to Run

🐍 Requirements

  • Python 3.x

▶️ Run the server

python mcp_server.py