Skip to main content
Glama

EdgeOne Pages MCP

Official

EdgeOne Pages MCP

HTML コンテンツ、フォルダー、および zip ファイルを EdgeOne Pages に展開し、パブリックにアクセス可能な URL を取得するための MCP サービス。

デモ

HTMLを展開する

フォルダーを展開

要件

  • Node.js 18以上

MCP を構成する

stdio MCP サーバー

ほとんどのMCPアプリケーションに適しています

{ "mcpServers": { "edgeone-pages-mcp-server": { "command": "npx", "args": ["edgeone-pages-mcp"], "env": { // Optional. If deploying a folder or zip file to an EdgeOne Pages project, provide your EdgeOne Pages API token. // How to obtain your API token: https://edgeone.ai/document/177158578324279296 "EDGEONE_PAGES_API_TOKEN": "", // Optional. Leave empty to create a new EdgeOne Pages project. // Provide a project name to update an existing project. "EDGEONE_PAGES_PROJECT_NAME": "" } } } }

ストリーミング可能な HTTP MCP サーバー

ストリーミング可能なHTTP MCPサーバーをサポートするアプリケーションで利用可能

{ "mcpServers": { "edgeone-pages-mcp-server": { "url": "https://mcp-on-edge.edgeone.site/mcp-server" } } }

建築

EdgeOne Pages MCP アーキテクチャ

アーキテクチャ図はワークフローを示しています。

  1. 大規模言語モデルはHTMLコンテンツを生成する
  2. コンテンツはEdgeOne Pages MCPサーバーに送信されます
  3. MCPサーバーはコンテンツをEdgeOne Pages Edge Functionsに展開します。
  4. コンテンツはEdgeOne KVストアに保存され、高速エッジアクセスを実現します。
  5. MCPサーバーはパブリックURLを返します
  6. ユーザーは、高速エッジ配信によりブラウザ経由で展開されたコンテンツにアクセスできます。

特徴

  • HTML コンテンツを EdgeOne Pages に迅速に展開するための MCP プロトコル
  • 公開アクセス可能な URL の自動生成

実装

このMCPサービスは、EdgeOne Pages Functionsと統合して静的HTMLコンテンツをデプロイします。実装では以下を使用します。

  1. EdgeOne Pages Functions - エッジで JavaScript/TypeScript コードを実行できるサーバーレス コンピューティング プラットフォーム。
  2. 主な実装の詳細:
    • EdgeOne Pages KVストアを使用してHTMLコンテンツを保存および提供します
    • 各デプロイメントのパブリック URL を自動的に生成します
    • 適切なエラーメッセージでAPIエラーを処理する
  3. 仕組み
    • MCPサーバーはdeploy_htmlツールを通じてHTMLコンテンツを受け入れます。
    • EdgeOne Pages APIに接続してベースURLを取得します
    • EdgeOne Pages KV APIを使用してHTMLコンテンツをデプロイします
    • 展開されたコンテンツへの公開アクセス可能な URL を返します
  4. 使用例
    • MCP サービスに HTML コンテンツを提供する
    • すぐにアクセスできる公開URLを受け取る

詳細については、 EdgeOne Pages 関数のドキュメントEdgeOne Pages KV ストレージ ガイドを参照してください。

ライセンス

マサチューセッツ工科大学

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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.

HTML コンテンツを EdgeOne Pages に迅速に展開し、展開されたコンテンツのパブリックにアクセス可能な URL を自動的に生成するサービス。

  1. デモ
    1. HTMLを展開する
    2. フォルダーを展開
  2. 要件
    1. MCP を構成する
      1. stdio MCP サーバー
      2. ストリーミング可能な HTTP MCP サーバー
    2. 建築
      1. 特徴
        1. 実装
          1. ライセンス

            Related MCP Servers

            • -
              security
              A
              license
              -
              quality
              Interact with Render (https://render.com) and easily deploy your services
              Last updated -
              119
              2
              TypeScript
              MIT License
            • -
              security
              A
              license
              -
              quality
              An experimental server implementing Model Context Protocol to automate website deployments to 1Panel servers, allowing users to create websites and upload static files through natural language commands.
              Last updated -
              0
              30
              JavaScript
              MIT License
            • -
              security
              -
              license
              -
              quality
              Enables large language models to access user geolocation information through EdgeOne Pages Functions using the Model Context Protocol.
              Last updated -
              TypeScript
              MIT License

            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/TencentEdgeOne/edgeone-pages-mcp'

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