{"id":27311671,"url":"https://github.com/TencentEdgeOne/edgeone-pages-mcp","last_synced_at":"2025-04-12T06:05:06.883Z","repository":{"id":284524192,"uuid":"954390434","full_name":"TencentEdgeOne/edgeone-pages-mcp","owner":"TencentEdgeOne","description":"An MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.","archived":false,"fork":false,"pushed_at":"2025-04-09T07:59:38.000Z","size":19,"stargazers_count":5,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-09T08:06:52.871Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://edgeone.ai/products/pages","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TencentEdgeOne.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-25T02:28:36.000Z","updated_at":"2025-04-09T07:59:42.000Z","dependencies_parsed_at":"2025-03-26T10:44:09.909Z","dependency_job_id":null,"html_url":"https://github.com/TencentEdgeOne/edgeone-pages-mcp","commit_stats":null,"previous_names":["tencentedgeone/edgeone-pages-mcp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TencentEdgeOne%2Fedgeone-pages-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TencentEdgeOne%2Fedgeone-pages-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TencentEdgeOne%2Fedgeone-pages-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TencentEdgeOne%2Fedgeone-pages-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TencentEdgeOne","download_url":"https://codeload.github.com/TencentEdgeOne/edgeone-pages-mcp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248525143,"owners_count":21118618,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-04-12T06:02:59.571Z","updated_at":"2025-04-12T06:05:06.859Z","avatar_url":"https://github.com/TencentEdgeOne.png","language":"HTML","funding_links":[],"categories":["Developer Tools","TypeScript","Content Management Mcp Servers","Official Servers","📚 Projects (1974 total)","Community Servers","💻 \u003ca name=\"development-tools\"\u003e\u003c/a\u003eDevelopment Tools","サーバー実装","Cloud Services","🚀 DevOps Productivity","MCP Frameworks and libraries","📦 Other","MCP Servers \u0026 Protocol"],"sub_categories":["CI/CD \u0026 DevOps","MCP Servers","🛠️ \u003ca name=\"developer-tools\"\u003e\u003c/a\u003e開発者ツール","TypeScript"],"readme":"# EdgeOne Pages MCP\n\nAn MCP service for deploying HTML content to EdgeOne Pages and obtaining a publicly accessible URL.\n\n\u003ca href=\"https://glama.ai/mcp/servers/@TencentEdgeOne/edgeone-pages-mcp\"\u003e\n  \u003cimg width=\"380\" height=\"200\" src=\"https://glama.ai/mcp/servers/@TencentEdgeOne/edgeone-pages-mcp/badge\" alt=\"EdgeOne Pages MCP server\" /\u003e\n\u003c/a\u003e\n\n## Demo\n\n![](https://cloudcache.tencent-cloud.com/qcloud/ui/static/static_source_business/04ff9814-bcd3-442c-a2d0-eefd4ee1b13c.gif)\n\n## Configure MCP\n\n```json\n{\n  \"mcpServers\": {\n    \"edgeone-pages-mcp-server\": {\n      \"command\": \"npx\",\n      \"args\": [\"edgeone-pages-mcp\"]\n    }\n  }\n}\n```\n\n## Architecture\n\n![EdgeOne Pages MCP Architecture](./assets/architecture.svg)\n\nThe architecture diagram illustrates the workflow:\n1. Large Language Model generates HTML content\n2. Content is sent to the EdgeOne Pages MCP Server\n3. MCP Server deploys the content to EdgeOne Pages Edge Functions\n4. Content is stored in EdgeOne KV Store for fast edge access\n5. MCP Server returns a public URL\n6. Users can access the deployed content via browser with fast edge delivery\n\n## Features\n\n* MCP protocol for rapid deployment of HTML content to EdgeOne Pages\n* Automatic generation of publicly accessible URLs\n\n## Implementation\n\nThis MCP service integrates with EdgeOne Pages Functions to deploy static HTML content. The implementation uses:\n\n1. **EdgeOne Pages Functions** - A serverless computing platform that allows execution of JavaScript/TypeScript code at the edge.\n\n2. **Key Implementation Details** :\n   - Uses EdgeOne Pages KV store to store and serve the HTML content\n   - Automatically generates a public URL for each deployment\n   - Handles API errors with appropriate error messages\n\n3. **How it works** :\n   - The MCP server accepts HTML content through the `deploy-html` tool\n   - It connects to EdgeOne Pages API to get the base URL\n   - Deploys the HTML content using the EdgeOne Pages KV API\n   - Returns a publicly accessible URL to the deployed content\n\n4. **Usage Example** :\n   - Provide HTML content to the MCP service\n   - Receive a public URL that can be accessed immediately\n\nFor more information, see the [EdgeOne Pages Functions documentation](https://edgeone.ai/document/162227908259442688) and [EdgeOne Pages KV Storage Guide](https://edgeone.ai/document/162227803822321664).\n\n## License\n\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTencentEdgeOne%2Fedgeone-pages-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FTencentEdgeOne%2Fedgeone-pages-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTencentEdgeOne%2Fedgeone-pages-mcp/lists"}