npx claudepluginhub korchasa/foxcode --plugin foxcodeAdd to your .mcp.json:
{
"mcpServers": {
"foxcode": {
"command": "sh",
"args": [
"-c",
"export FOXCODE_PROJECT_DIR=\"$PWD\" && cd ${CLAUDE_PLUGIN_ROOT}/channel && npm ci --omit=dev --silent 2>/dev/null && node server.mjs"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
sh