cmp inspector for Cursor
io.github.kvdm-co-pilot/cmp-inspector
Compose Multiplatform UI as structured JSON for agents: trees, tokens, previews, diffs. No pixels.
client:Cursor
transport:stdio
runtime:npm
Install cmp inspector in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"cmp-inspector": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@create-cmp/inspector"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs