cmp inspector for Grok
io.github.kvdm-co-pilot/cmp-inspector
Compose Multiplatform UI as structured JSON for agents: trees, tokens, previews, diffs. No pixels.
client:Grok
transport:stdio
runtime:npm
Install cmp inspector in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"cmp-inspector": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@create-cmp/inspector"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs