mcp_netlify_template
0
This project is a minimal implementation of a Model Context Protocol server that can be deployed on Netlify. It offers serverless deployment, interaction tools, and a FastAPI client for easy testing and integration with other applications.
Barebones MCP Server for Netlify
This project is a minimal implementation of a Model Context Protocol (MCP) server to be deployed on Netlify. It also includes a FastAPI client that provides a REST API for interactions with the server.
Features
MCP Server
- Serverless deployment on Netlify
- "Run analysis report" tool available
- Documentation resource for interpreting reports
MCP Client
- FastAPI REST API
- Interactive API documentation with Swagger UI
- Python script for automated testing
Deployment
Deploy to Netlify by pushing the repository to GitHub and connecting it to Netlify.
Extending
Extend the server by adding tools and resources to the getServer
function in the specified file.