C-kay/general-mcp-server
3.1
If you are the rightful owner of general-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 MCP Server Project is a comprehensive implementation of a Model Context Protocol server, designed to facilitate various tools and functionalities.
MCP Server Project
This project is a general MCP (Model Context Protocol) server implementation that include multiple tools.
Setup
- Install dependencies:
pip install -r requirements.txt
Usage
- Main entry points are in the
app/directory. - See
stdio.pyfor starting the server via stdio.
Testing
- Place tests in the
tests/directory and run withpytest.
Project Structure
app/- Main application codetests/- Unit tests
License
MIT