Skip to main content
Glama

MCP Express Server for Netlify

by lutfi-haslab

Netlifyの例

MCPの例 Netlify Express

このデモサイトをご覧ください: https://mcp-example-express.netlify.app/

このサンプルサイトについて

このサイトでは、Netlify Functions を用いたサーバーレス MCP の開発と実行の非常に基本的な例を紹介しています。デプロイ済みのサーバーレス関数へのリンクと、カスタマイズされた URL を使用して関数にアクセスする例も含まれています。

Expressがマッピングルートを処理する方法を考慮すると、 netlify.tomlリダイレクトが正しいパスに設定されていることを確認することが重要です。この例では、/mcpがこのサーバーへのすべてのリクエストをキャッチするように、以下の設定を行っています。

[[redirects]] force = true from = "/mcp" status = 200 to = "/.netlify/functions/express-mcp-server"

独自のバージョンを迅速に展開

以下の「Netlifyにデプロイ」ボタンをクリックして、このサンプルサイトの独自バージョンをデプロイしてください。これにより、以下の処理が自動的に実行されます。

  • この例のコピーをサンプルリポジトリから自分のGitHubアカウントにクローンします。
  • Netlifyアカウントで新しいプロジェクトを作成し、新しいリポジトリにリンクします。
  • リポジトリの変更を監視するための自動デプロイメント パイプラインを作成する
  • 新しいサイトを構築して展開する
  • このリポジトリは、 netlify devを使用してローカルで反復処理するために使用できます。

ローカルにサンプルをインストールして実行する

この例リポジトリ全体をクローンして、この例や他の例を調べ、ローカルで実行することができます。

# 1. Clone the examples repository to your local development environment git clone git@github.com:netlify/examples # 2. Move into the project directory for this example cd examples/mcp/express-mcp # 3. Install the Netlify CLI to let you locally serve your site using Netlify's features npm i -g netlify-cli # 4. Serve your site using Netlify Dev to get local serverless functions netlify dev # 5. While the site is running locally, open a separate terminal tab to run the MCP inspector or client you desire npx @modelcontextprotocol/inspector npx mcp-remote@next http://localhost:8888/mcp
-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Netlify Functions 上で実行される Model Context Protocol (MCP) のサーバーレス実装。開発者は最小限の構成で MCP 互換のサービスを構築およびデプロイできます。

  1. このサンプルサイトについて
    1. 独自のバージョンを迅速に展開
      1. ローカルにサンプルをインストールして実行する

        Related MCP Servers

        • -
          security
          F
          license
          -
          quality
          A basic example of developing and running serverless Model Context Protocol (MCP) using Netlify Functions, enabling AI agents to interact with your services via a standardized API.
          Last updated 3 months ago
        • -
          security
          F
          license
          -
          quality
          A basic example of developing and running serverless Model Context Protocol (MCP) using Netlify Functions, demonstrating how to deploy and access serverless functions with customized URLs.
          Last updated 3 months ago
        • -
          security
          F
          license
          -
          quality
          A basic example of a serverless Model Context Protocol (MCP) implementation using Netlify Functions, allowing developers to run MCP services without managing traditional server infrastructure.
          Last updated 3 months ago
        • -
          security
          F
          license
          -
          quality
          A basic example demonstrating how to develop and run a serverless Model Context Protocol (MCP) implementation using Netlify Functions and Express.
          Last updated 3 months ago

        View all related MCP servers

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/lutfi-haslab/mcp-server-netlify'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server