AgentHubAgentHub

mcp-server

MCP ServerMCP Registry官方收录

io.github.hostsmith/mcp-server · v1.5.2

Deploy static sites on Hostsmith - give it a file, get a live HTTPS URL. EU/US residency.

概览

mcp-server 是一个MCP Server,收录自 官方 MCP Registry。支持 streamable-http、stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@hostsmith/mcp-server"
      ]
    }
  }
}

环境变量

HOSTSMITH_URL可选

Hostsmith app URL (OAuth endpoints).

HOSTSMITH_API_DOMAIN可选

Override the upstream API domain across both partitions; 'us.api.' and 'eu.api.' are prepended to this value.

HOSTSMITH_BASE_URL可选

Override the API base URL with a single fixed value, bypassing partition selection entirely.

相关资源

统一 Manifest

{
  "id": "io.github.hostsmith/mcp-server",
  "type": "mcp-server",
  "version": "1.5.2",
  "displayName": "mcp-server",
  "description": "Deploy static sites on Hostsmith - give it a file, get a live HTTPS URL. EU/US residency.",
  "repository": {
    "url": "https://github.com/hostsmith/mcp-server",
    "source": "github"
  },
  "homepage": "https://hostsmith.net/docs/mcp/quick-start/",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@hostsmith/mcp-server",
        "version": "1.5.2",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "HOSTSMITH_URL",
            "description": "Hostsmith app URL (OAuth endpoints)."
          },
          {
            "name": "HOSTSMITH_API_DOMAIN",
            "description": "Override the upstream API domain across both partitions; 'us.api.' and 'eu.api.' are prepended to this value."
          },
          {
            "name": "HOSTSMITH_BASE_URL",
            "description": "Override the API base URL with a single fixed value, bypassing partition selection entirely."
          }
        ]
      }
    ],
    "remotes": [
      {
        "transport": "streamable-http",
        "url": "https://mcp.hostsmith.net/mcp"
      }
    ]
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.hostsmith/mcp-server",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.hostsmith%2Fmcp-server/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
mcp-server — MCP Server 安装与配置 · AgentHub