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
-
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