Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From aide
Runs a local MCP server using Bun with a custom aide wrapper script. Provides tools for code reflection and file watching.
npx claudepluginhub jmylchreest/aide --plugin aideCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"aide": {
"command": "bun",
"args": [
"${CLAUDE_PLUGIN_ROOT}/bin/aide-wrapper.ts",
"mcp"
],
"env": {
"AIDE_REFLECT": "1",
"AIDE_CODE_WATCH": "1",
"AIDE_CODE_WATCH_DELAY": "30s"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
bunCommand-line arguments passed to the server process
Environment variables set when the server starts
AIDE_REFLECT=1AIDE_CODE_WATCH=1AIDE_CODE_WATCH_DELAY=30sShare bugs, ideas, or general feedback.