Netlify Express
byDc39313n
0Showcases 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.
主要功能
- Serverless MCP implementation using Netlify Functions
- Example Express.js routing for MCP requests
- Pre-configured Netlify deployment pipeline
- Local development support with Netlify CLI
- Detailed `netlify.toml` redirect configuration
- 0 GitHub stars
使用案例
- Understanding Netlify Functions integration with Express.js for custom routing
- Learning serverless Model Context Protocol (MCP) development
- Prototyping MCP-compliant applications on Netlify