Serverscom.zeroheight/zeroheight
Z

com.zeroheight/zeroheight

com.zeroheight/zeroheight · v2.8.0
▦ npm
v2.8.0npm npm: @zeroheight/mcp-server🌐 https://mcp.zeroheight.com/mcp/{token}↗ Website
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "com.zeroheight/zeroheight",
  "description": "Connect AI assistants to zeroheight styleguides using the Model Context Protocol",
  "version": "2.8.0",
  "websiteUrl": "https://help.zeroheight.com/hc/en-us/articles/43737291730331-Set-up-the-remote-MCP-server",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@zeroheight/mcp-server",
      "version": "2.8.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your zeroheight access token (starts with zhat_)",
          "isRequired": true,
          "isSecret": true,
          "name": "ZEROHEIGHT_ACCESS_TOKEN"
        },
        {
          "description": "Your zeroheight client ID (starts with zhci_)",
          "isRequired": true,
          "isSecret": true,
          "name": "ZEROHEIGHT_CLIENT_ID"
        }
      ]
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.zeroheight.com/mcp/{token}",
      "variables": {
        "token": {
          "description": "The unique token from your MCP URL (from AI settings or a Remote MCP details block)",
          "isRequired": true,
          "isSecret": true
        }
      }
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}