Stats
Actions
Tags
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.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"compi": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/scripts/mcp-server.js"
],
"env": {
"COMPI_DISPLAY_FILE": "1"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
Environment variables set when the server starts
COMPI_DISPLAY_FILE=1npx claudepluginhub amit221/compi --plugin compi