mini-swe-agent (MCP Server)

GitHub

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!

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "mini-swe-agent": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mini-swe-agent"
      ]
    }
  }
}