← Index

com.zeroheight/zeroheight

com.zeroheight/zeroheight·v2.7.0·Other
Quality Score
80
/100

Connect AI assistants to zeroheight styleguides using the Model Context Protocol

§01  Install
Remote endpoint

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

https://mcp.zeroheight.com/mcp/{token}
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "zeroheight": {
      "command": "npx",
      "args": [
        "-y",
        "@zeroheight/mcp-server"
      ],
      "env": {
        "ZEROHEIGHT_ACCESS_TOKEN": "<your-zeroheight_access_token>",
        "ZEROHEIGHT_CLIENT_ID": "<your-zeroheight_client_id>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "zeroheight": {
      "command": "npx",
      "args": [
        "-y",
        "@zeroheight/mcp-server"
      ],
      "env": {
        "ZEROHEIGHT_ACCESS_TOKEN": "<your-zeroheight_access_token>",
        "ZEROHEIGHT_CLIENT_ID": "<your-zeroheight_client_id>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @zeroheight/mcp-server
§02  Environment variables
ZEROHEIGHT_ACCESS_TOKEN
requiredsecret

Your zeroheight access token (starts with zhat_)

ZEROHEIGHT_CLIENT_ID
requiredsecret

Your zeroheight client ID (starts with zhci_)

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