npx claudepluginhub punt-labs/claude-plugins --plugin z-specAdd to your .mcp.json:
{
"mcpServers": {
"zspec": {
"command": "uv",
"args": [
"run",
"--directory",
"${CLAUDE_PLUGIN_ROOT}",
"z-spec",
"mcp"
],
"env": {
"ZSPEC_PLUGIN_ROOT": "${CLAUDE_PLUGIN_ROOT}"
}
}
}
}This server has elevated permissions. Review the source code before enabling.
uvZSPEC_PLUGIN_ROOT=${CLAUDE_PLUGIN_ROOT}