Back to MCP directory
publicPublicdnsLocal runtime

mcp-server-test-nt5

Nextcent响应式网站模板

article

README

🚀 Nextcent着陆页网站模板

此仓库包含一个使用HTML、CSS和Bootstrap创建的Nextcent着陆页网站模板,该模板简单且具有响应式特性,能为用户提供良好的页面展示体验。

🚀 快速开始

此模板包含以下文件和目录:

文件

  • index.html:主要的HTML文件,是着陆页的核心页面。
  • styles.css:CSS样式表,用于定义页面的样式。

目录

  • assets/:包含SVG文件的目录,具体文件如下:
    • hero-illustration.svg
    • logo.svg
    • logo-white.svg
    • unlock-illustration.svg
  • page1/:一个二级页面,包含以下文件:
    • index.html:二级页面的HTML文件。
    • styles.css:二级页面的CSS样式表。
help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client