Installation Steps for Deployable MCP Server
To install and run the Deployable MCP Server, use the following command:
Or, in JSON configuration format:
Usage
After installation, you can start the MCP server using the command:
This will launch the Deployable MCP Server, making its tools available for use.
Features
- Simple addition tool: Adds two integers and returns the result.
- Easily extendable: Add more tools by defining new functions with docstrings.
Requirements
- Python 3.8+
uv
anduvx
installed. You can install them with:
Contributing
Feel free to fork the repository and submit pull requests for new features or bug fixes.
License
This project is licensed under the MIT License.
A simple and extendable MCP server that currently provides basic addition functionality and can be easily extended by defining new tools with docstrings.
Related MCP Servers
- -securityAlicense-qualityA dynamic MCP server implementation that automatically loads tools, resources, and prompts from their respective directories, allowing for easy extension and configuration.Last updated -PythonMIT License
- -securityFlicense-qualityAn MCP server that allows users to create custom tools on the fly by stitching together actions from multiple MCP tools into reusable routines.Last updated -211TypeScript
- -securityFlicense-qualityA minimal fastmcp demonstration server that provides a simple addition tool through the MCP protocol, supporting deployment via Docker with multiple transport modes.Last updated -2Python
- -securityFlicense-qualityA simple calculator MCP server that provides basic arithmetic functions (add and subtract) through HTTP transport, designed to be cloud-ready and easily deployable.Last updated -Python