Cloudmash333/simple_mcp
3.2
If you are the rightful owner of simple_mcp 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.
A simple MCP server designed to perform addition operations.
simple_mcp
A simple mcp server which performs addition operation.
Project Setup Instructions Follow the steps below to set up and run this project on your local machine:
- Clone the repository
git clone https://github.com/Cloudmash333/simple_mcp.git
cd simple_mcp
- Create a virtual environment On macOS/Linux:
python3 -m venv venv
source venv/bin/activate
On Windows:
python -m venv venv
venv\Scripts\activate
- Install dependencies Make sure you're inside the virtual environment before running this:
pip install -r requirements.txt
- Run your application You can now start your application:
python server.py