MCP example Netlify Serverless Functions
@cmparsons
关于 MCP example Netlify Serverless Functions
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"serverless-mcp-example": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector",
"npx",
"mcp-remote@next",
"http://localhost:8888/mcp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP example Netlify Serverless Functions?
A basic example site demonstrating how to develop and run serverless Model Context Protocol (MCP) servers using Netlify Functions. It includes a deployed serverless function and a customized URL for accessing the function.
How to use MCP example Netlify Serverless Functions?
Deploy your own version by clicking the "Deploy to Netlify" button, which clones the example, creates a Netlify project, and sets up an automated deployment pipeline. To run locally, clone the examples repo, install the Netlify CLI, run netlify dev, and then use the MCP inspector with npx @modelcontextprotocol/inspector npx mcp-remote@next http://localhost:8888/mcp.
Key features of MCP example Netlify Serverless Functions
- Example of serverless MCP using Netlify Functions
- Accessible via a deployed demo site
- One-click deploy to Netlify
- Local development with
netlify dev - Uses the Model Context Protocol
Use cases of MCP example Netlify Serverless Functions
- Learning how to build and deploy an MCP server on Netlify
- Quickly prototyping serverless AI tool integrations
- Testing MCP clients against a live endpoint
FAQ from MCP example Netlify Serverless Functions
What is the purpose of this example?
It shows a basic approach to developing and running serverless MCP using Netlify Functions.
How can I deploy my own version?
Click the "Deploy to Netlify" button in the README. It will clone the repo, create a Netlify project, and set up automated deployments.
What do I need to run the example locally?
You need Git, Node.js, and the Netlify CLI installed globally (npm i -g netlify-cli). Then run netlify dev and the MCP inspector.
Where can I see the live demo?
The demo site is hosted at https://mcp-example-serverless.netlify.app/.
What transports or authentication does this example use?
—
云与基础设施 分类下的更多 MCP 服务器
MCP Gateway
mcp-ecosystem🧩 MCP Gateway - A lightweight gateway service that instantly transforms existing MCP Servers and APIs into MCP servers with zero code changes. Features Docker deployment and management UI, requiring no infrastructure modifications.
container-use
daggerDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
Mcp K8s Go
strowkMCP server connecting to Kubernetes
Kubernetes MCP Server
reza-gholizadeManage Your Kubernetes Cluster with k8s mcp-server
🐋 Docker MCP server
ckreilingMCP server for Docker
评论