mcp-template

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

  1. Install dependencies

    pixi install
    
  2. Start MCP Inspector in a terminal

    pixi run npx @modelcontextprotocol/inspector
    
  3. Start the MCP Server in a separate terminal

    pixi run python -m mcp_project
    

Run tests with pytest

pixi run -e dev pytest