home / mcp / ralph wiggum mcp server
Provides iterative AI development loops with history tracking, git integration, and analytics.
Configuration
View docs{
"mcpServers": {
"cbuntingde-ralph-wiggum-mcp": {
"command": "npx",
"args": [
"ralph-wiggum-mcp"
],
"env": {
"RALPH_AUTO_COMMIT": "false",
"RALPH_HISTORY_LIMIT": "100",
"RALPH_MAX_ITERATIONS": "50",
"RALPH_STAGNATION_THRESHOLD": "5"
}
}
}
}Start an iterative development loop with configurable prompts, templates, and iteration controls.
Process the next iteration, feeding in last output, modified files, commands, errors, and tool presets.
Cancel the active Ralph loop to stop further iterations.
Get current iteration status with progress details including stagnation signals.
Retrieve a detailed history of all iterations and associated results.
Get the current Git status and a summary of changes.
Create a Git commit manually with a provided message.
Fetch context from recent Ralph commits to inform future iterations.
Run external tool presets such as test suites and linters.
Detect available tool presets for your project.
List all tool presets with descriptions.
List available loop templates.
Get details for a specific template, including prompt and settings.