bitbarrelllc/mcp-template
3.1
If you are the rightful owner of mcp-template 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 Model Context Protocol (MCP) server is a framework designed to facilitate the development and deployment of machine learning models by providing a standardized protocol for model interaction and management.
mcp-template
MCP Server Template
Development
-
Install dependencies
pixi install
-
Start MCP Inspector in a terminal
pixi run npx @modelcontextprotocol/inspector
-
Start the MCP Server in a separate terminal
pixi run python -m mcp_project
Run tests with pytest
pixi run -e dev pytest