Skip to main content
Glama

EdgeOne Pages MCP

Official

EdgeOne 페이지 MCP

HTML 콘텐츠, 폴더 및 zip 파일을 EdgeOne Pages에 배포하고 공개적으로 접근 가능한 URL을 얻기 위한 MCP 서비스입니다.

데모

HTML 배포

폴더 배포

요구 사항

  • Node.js 18 이상

MCP 구성

stdio MCP 서버

대부분의 MCP 애플리케이션에 적합

지엑스피1

스트리밍 가능한 HTTP MCP 서버

Streamable 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 Store에 저장됩니다.
  5. MCP 서버는 공개 URL을 반환합니다.
  6. 사용자는 빠른 엣지 전송을 통해 브라우저를 통해 배포된 콘텐츠에 액세스할 수 있습니다.

특징

  • EdgeOne Pages에 HTML 콘텐츠를 빠르게 배포하기 위한 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 저장소 가이드를 참조하세요.

특허

MIT

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