From compi
Runs locally as a Node.js subprocess MCP server (key: compi) configured with COMPI_DISPLAY_FILE environment variable, likely for file display or handling.
npx claudepluginhub amit221/compi --plugin compiAdd to your .mcp.json:
{
"mcpServers": {
"compi": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/scripts/mcp-server.js"
],
"env": {
"COMPI_DISPLAY_FILE": "1"
}
}
}
}This server has elevated permissions. Review the source code before enabling.
nodeCOMPI_DISPLAY_FILE=1