AI & ML
Trust: 25/100 (Limited)com.zeroheight/zeroheight Guide
Connect AI assistants to zeroheight styleguides using the Model Context Protocol
Quick Start
Install
npx @zeroheight/mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"com-zeroheight-zeroheight": {
"command": "npx",
"args": [
"@zeroheight/mcp-server"
]
}
}
}