Skip to main content
Glama
TencentEdgeOne

EdgeOne Pages MCP

Official

EdgeOne Pages MCP

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

デモ

HTMLを展開する

フォルダーを展開

Related MCP server: Self-Hosted EdgeOne Pages MCP Server

要件

  • 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
license - permissive license
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity
Issues opened vs closed

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    Enables deployment of HTML content, folders, and full-stack projects to EdgeOne Pages to generate publicly accessible URLs. It utilizes EdgeOne Pages Functions and KV storage for high-performance edge delivery of web applications.
    2
    16
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    Enables the deployment of HTML content, folders, and full-stack projects to EdgeOne Pages to generate publicly accessible URLs. It integrates with edge functions and KV storage to provide fast content delivery and supports custom domain configuration.
    2
    225
    MIT

View all related MCP servers

Related MCP Connectors

  • Host static HTML pages, generate PDFs, screenshots, scrape JS sites, run sandboxed JavaScript.

  • Publish HTML, Markdown, PDF, or images as instant shareable links with expiry and passwords.

  • Publish & manage shareable HTML/Markdown pages from your LLM, with access control.

View all MCP Connectors

Latest Blog Posts

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-makers-mcp'

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