← Index

io.github.hostsmith/mcp-server

io.github.hostsmith/mcp-server·v1.1.1·Filesystem
Quality Score
90
/100

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

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://mcp.hostsmith.net/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@hostsmith/mcp-server"
      ],
      "env": {
        "HOSTSMITH_URL": "https://hostsmith.net",
        "HOSTSMITH_API_DOMAIN": "<hostsmith_api_domain>",
        "HOSTSMITH_BASE_URL": "<hostsmith_base_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@hostsmith/mcp-server"
      ],
      "env": {
        "HOSTSMITH_URL": "https://hostsmith.net",
        "HOSTSMITH_API_DOMAIN": "<hostsmith_api_domain>",
        "HOSTSMITH_BASE_URL": "<hostsmith_base_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @hostsmith/mcp-server
§02  Environment variables
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.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
10
§04  Alternatives in Filesystem