npx claudepluginhub jmylchreest/aide --plugin aideAdd to your .mcp.json:
{
"mcpServers": {
"aide": {
"command": "bun",
"args": [
"${CLAUDE_PLUGIN_ROOT}/bin/aide-wrapper.ts",
"mcp"
],
"env": {
"AIDE_CODE_WATCH": "1",
"AIDE_CODE_WATCH_DELAY": "30s"
}
}
}
}This server has elevated permissions. Review the source code before enabling.
bunAIDE_CODE_WATCH=1AIDE_CODE_WATCH_DELAY=30s