mcp-server-template

uw-ssec/mcp-server-template

3.1

If you are the rightful owner of mcp-server-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 context-aware applications by providing a standardized protocol for communication between different components.

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