SimpleCalculator Server
БесплатноНе проверенEnables arithmetic operations (add, subtract, multiply, divide) through a custom Model Context Protocol implementation, containerized with Docker for easy deplo
Описание
Enables arithmetic operations (add, subtract, multiply, divide) through a custom Model Context Protocol implementation, containerized with Docker for easy deployment.
README
A demonstration of custom Model Context Protocol (MCP) implementation for arithmetic operations, containerized with Docker for seamless deployment.
Features
- MCP Implementation: Custom protocol handling for mathematical operations
- Core Operations: Addition, Subtraction, Multiplication, Division
- Containerized Architecture: Docker-based deployment
- Dependency Management: Modern Python packaging with
pyproject.tomlanduv.lock - Protocol Security: Basic communication security through container isolation
Project Structure
.
├── src/ # MCP server implementation
├── Dockerfile # Container build instructions
├── compose.yaml # Orchestration configuration
├── requirements.txt # Python dependencies
├── pyproject.toml # Project metadata
├── uv.lock # Dependency lock file
├── .gitignore
├── LICENSE.md
└── README.md
Getting Started
Prerequisites
- Docker
Installation
git clone https://github.com/DionBenFernandes-Dev/SimpleCalculator-using-MCP-Server---Docker.git
cd SimpleCalculator-using-MCP-Server---Docker
Deployment
docker compose up --build
Protocol Implementation
The MCP server handles calculations through a custom protocol implementation. Operations are processed using the following pattern:
- Connection: Client establishes connection to MCP server
- Request Format:
Available tools:
- add: Add 2 numbers
- sub: Subtract 2 numbers
- mul: Multiply 2 numbers
- div: Divide 2 numbers
Enter the tool you want to use: add
Enter 1st Number: 3
Enter 2nd Number: 4
- Response Format:
Result:: 3 + 4 = 7
Configuration
Modify environment variables in compose.yaml to adjust:
- Server port binding
- Logging verbosity
- Protocol timeouts
Development
- Local Setup:
pip install uv # recommended
uv venv
uv add -r requirements.txt
uv run ./src/server.py
- Testing:
uv run .\src\client.py
- Output:
Available tools:
- add: Add 2 numbers
- sub: Subtract 2 numbers
- mul: Multiply 2 numbers
- div: Divide 2 numbers
Enter the tool you want to use: add
Enter 1st Number: 3
Enter 2nd Number: 4
Result:: 3 + 4 = 7
License
MIT License - See LICENSE.md
Contribution
- Fork the repository
- Create feature branch (
git checkout -b feature/NewOperation) - Commit changes (
git commit -m 'Add modulo operation') - Push to branch (
git push origin feature/NewOperation) - Open Pull Request
Maintainer
Dion Ben Fernandes - GitHub Profile
Note: This implementation demonstrates a custom MCP architecture pattern. For production use, consider implementing proper protocol security measures and validation layers.
from github.com/DionBenFernandes-Dev/SimpleCalculator-using-MCP-Server---Docker
Установка SimpleCalculator Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/DionBenFernandes-Dev/SimpleCalculator-using-MCP-Server---DockerFAQ
SimpleCalculator Server MCP бесплатный?
Да, SimpleCalculator Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для SimpleCalculator Server?
Нет, SimpleCalculator Server работает без API-ключей и переменных окружения.
SimpleCalculator Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить SimpleCalculator Server в Claude Desktop, Claude Code или Cursor?
Открой SimpleCalculator Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare SimpleCalculator Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
