# github-integration
5 tools tagged
Showing 5 of 5 tools
Open SWE
Open-source async coding agent you can run in your own sandbox
Open-source framework from LangChain AI for building your organization's internal coding agent — the same pattern Stripe's Minions, Ramp's Inspect, and Coinbase's Cloudbot follow. Built on LangGraph and Deep Agents, Open SWE runs each task in an isolated cloud sandbox (Modal, Daytona, Runloop, or LangSmith), invokes from Slack, Linear, or GitHub, orchestrates subagents, and opens pull requests autonomously — customizable end-to-end for your codebase and conventions.
GitHub MCP Server
Official MCP server for GitHub repo operations
GitHub MCP Server is the official Model Context Protocol server from GitHub that connects AI assistants to repositories, issues, pull requests, workflows, and code search. It exposes 100+ operations with toolset filtering, permission scoping, and audit logging, available in both remote-hosted and self-hosted Docker deployment modes.
Panto AI
Unified AI code review and application security platform
Panto AI is a unified AI-driven code review and application security platform that combines static analysis, secrets detection, dependency scanning, and infrastructure-as-code security into a single PR workflow. It contextualizes issues based on repository structure and code history to deliver actionable insights directly within pull requests on GitHub, GitLab, and Bitbucket with zero-configuration onboarding and compliance-ready reporting for SOC 2, ISO, and PCI-DSS.
SWE-Agent
MIT-licensed autonomous coding-agent reference, now superseded for many new uses by mini-swe-agent.
SWE-agent is an MIT-licensed autonomous coding-agent reference from Princeton and Stanford researchers that takes GitHub issues and attempts fixes with a bring-your-own language model. Its agent-computer interface remains foundational for repository navigation, editing, and test execution. The README now says development has shifted to mini-swe-agent, which supersedes SWE-agent and is generally recommended going forward.
Sweep
JetBrains-first AI coding assistant with next-edit autocomplete and an open-weight 1.5B model
Sweep is a JetBrains-first AI coding assistant that pairs a next-edit autocomplete engine with an in-IDE coding agent. Autocomplete watches recent edits to predict where you'll change code next; tab jumps between proposed locations to compress multi-file refactors. The agent stages multi-file diffs inside the IDE. A 1.5B open-weight next-edit model shipped in February 2026. VS Code and Zed users currently get autocomplete only.