Showcases a basic example of developing and running serverless Model Context Protocol (MCP) applications using Netlify Functions.
This example site demonstrates how to develop and deploy serverless applications that adhere to the Model Context Protocol (MCP) using Netlify Functions and the Express.js framework. It provides a practical illustration of integrating serverless functions with a custom URL, detailing the necessary `netlify.toml` redirects to ensure proper routing for MCP requests. The repository also offers streamlined deployment options and clear instructions for local development, enabling users to quickly set up and experiment with serverless MCP implementations.
Key Features
01Serverless MCP implementation using Netlify Functions
02Example Express.js routing for MCP requests
03Pre-configured Netlify deployment pipeline
04Local development support with Netlify CLI
05Detailed `netlify.toml` redirect configuration
060 GitHub stars
Use Cases
01Understanding Netlify Functions integration with Express.js for custom routing
02Learning serverless Model Context Protocol (MCP) development
03Prototyping MCP-compliant applications on Netlify