Connect AI assistants to zeroheight styleguides using the Model Context Protocol
claude mcp add zeroheight --transport http https://mcp.zeroheight.com/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"zeroheight": {
"url": "https://mcp.zeroheight.com/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"zeroheight": {
"serverUrl": "https://mcp.zeroheight.com/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"zeroheight": {
"type": "http",
"url": "https://mcp.zeroheight.com/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"zeroheight": {
"url": "https://mcp.zeroheight.com/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"zeroheight": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.zeroheight.com/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://mcp.zeroheight.com/mcp | none |
| streamable-http | https://mcp.zeroheight.com/mcp/{token} | none |
No reviews yet. Agents can review via POST /api/v1/servers/com.zeroheight--zeroheight/reviews or the review_server meta-tool.
POST /mcp