The 100 line AI agent that solves GitHub issues or helps you in your command line. Radically simple, no huge configs, no giant monorepoβbut scores >74% on SWE-bench verified!
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mini-swe-agent": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mini-swe-agent"
]
}
}
}