Best for
- Developers
- AI agents
- CI/CD pipelines
Reloaderoo provides convenient debugging and hot-reload functionality for MCP developers. CLI mode is especially suited for AI agents, and proxy mode integrates seamlessly into development workflows.
Reloaderoo is a dual-mode MCP development tool that acts as both a CLI inspection tool and a transparent proxy server. It enables hot-reloading of MCP servers without disconnecting AI clients, and provides extensive CLI commands for direct inspection and testing of MCP servers.
Install globally with npm: npm install -g reloaderoo, or use with npx: npx reloaderoo --help
{
"mcpServers": {
"my-dev-server": {
"command": "reloaderoo",
"args": [
"proxy",
"--",
"node",
"my-dev-server.js"
]
}
}
}