What Can It Do?
- Create and manage repositories and branches on demand
- Find and filter issues, PRs, and commits for reporting
- Organize projects with fields and items
- Automate releases and collaborator management
Where to Use It
In Agents (Recommended)
Add GitHub as a tool to any agent. The agent can then interact with your repositories conversationally, choosing the right actions based on context. To add an MCP tool to your agent:- Open your agent’s configuration
- Click Add tools → Connect an app with MCP
- Search for the integration and select it
- Authenticate with your account
In Workflows (Via Agent Node)
For automated pipelines, use an Agent Node with GitHub tools. This gives you the flexibility of an agent within a deterministic workflow.As a Custom MCP Node
You can also create a standalone MCP node for a specific action. This generates a reusable node that performs one task, useful when you need the same operation repeatedly in workflows.- Go to your node library and search for the integration
- Click Create a node with AI
- Describe the specific action you want (e.g., “List open issues in my repo”)
- Test the node and save it for reuse
Custom MCP nodes are single-purpose by design. For tasks that require multiple steps or dynamic decision-making, use an agent instead.
Available Tools
| Tool | Description |
|---|---|
| Create/List/Search Repositories | Manage repositories |
| Get Contents | Retrieve file or directory contents |
| List/Get Commits | Access commit history |
| List/Search Issues | Find and filter issues |
| Create/Update Issue | Manage issues |
| Add Comment To Issue | Comment on issues |
| List/Create Branches | Manage branches |
| List/Get/Create Pull Requests | Manage PRs |
| List/Get Projects | Access project boards |
| List/Create/Update/Delete Project Fields | Manage project fields |
| List/Add/Update/Delete Project Items | Manage project items |
| List/Get Tags and Releases | Access releases |
| List/Add/Remove Collaborators | Manage access |
| List Labels, Milestones, Teams | Organization tools |
| List Deployments and Workflows | CI/CD access |
| Search Code | Search across repositories |
Example Prompts
Use these with your agent or in the Agent Node: Search repositories:Troubleshooting
| Issue | Solution |
|---|---|
| Agent not finding the right data | Use specific repository names in owner/repo format |
| Action not completing | Check that you’ve authenticated and have permissions for the repository |
| Unexpected results | The agent may chain multiple tools (e.g., finding a repo first, then listing issues). Review the agent’s reasoning to understand its approach. |
| Tool not available | Verify the tool is enabled in your agent’s MCP configuration |
Need Help?
- Agents documentation for setup and best practices
- Agent Node guide for workflow integration
- Gumloop Community for questions and examples
- Contact [email protected] for assistance
Use this integration directly in Claude or Cursor. Connect remotely via the GitHub MCP server using your Gumloop credentials.
