-
Notifications
You must be signed in to change notification settings - Fork 5
GitHub Tools
Alessio Rocchi edited this page Jan 27, 2026
·
1 revision
7 MCP tools for GitHub integration.
Create a GitHub issue.
Input:
{
"owner": "username",
"repo": "repository",
"title": "Issue title",
"body": "Issue description",
"labels": ["bug"],
"assignees": ["user"]
}List repository issues.
Input:
{
"owner": "username",
"repo": "repository",
"state": "open",
"labels": "bug",
"limit": 10
}Get issue details.
Input:
{
"owner": "username",
"repo": "repository",
"number": 42
}Create a pull request.
Input:
{
"owner": "username",
"repo": "repository",
"title": "PR title",
"head": "feature-branch",
"base": "main",
"body": "PR description"
}List pull requests.
Input:
{
"owner": "username",
"repo": "repository",
"state": "open"
}Get PR details.
Input:
{
"owner": "username",
"repo": "repository",
"number": 42
}Get repository information.
Input:
{
"owner": "username",
"repo": "repository"
}Related:
Getting Started
Core Concepts
Agent Guides
- Overview
- Coder
- Researcher
- Tester
- Reviewer
- Adversarial
- Architect
- Coordinator
- Analyst
- DevOps
- Documentation
- Security Auditor
MCP Tools
- Overview
- Agent Tools
- Memory Tools
- Task Tools
- Session Tools
- System Tools
- GitHub Tools
- Review Loop Tools
- Identity Tools
Recipes
- Index
- Code Review
- Doc Sync
- Multi-Agent
- Adversarial Testing
- Full-Stack Feature
- Memory Patterns
- GitHub Integration
Advanced
- Plugin Development
- Custom Agent Types
- Workflow Engine
- Vector Search Setup
- Web Dashboard
- Programmatic API
- Resource Monitoring
Reference