GitHub
Issues, PRs, Actions and repo content.
Overview
A batteries-included GitHub connector: read repos, open and review PRs, triage issues, trigger workflows. Heavy-hitters like code search and cross-repo operations are one call away.
Why this matters
- Fine-grained token support — owners can restrict to specific repos.
- Works with GitHub Enterprise Server.
- PR review tool streams line-by-line comments.
Tools exposed
5 toolslist_issuesFilter by label, milestone, assignee.
create_issueOpen a new issue with labels and assignees.
create_pull_requestOpen a PR between branches.
search_codeCode search across a repo or the org.
trigger_workflowDispatch a GitHub Actions workflow.
Read-only and list_* calls are free in all plans. Standard calls consume 1 credit. Heavy operations (bulk writes, cross-resource) may consume more — see docs.
Quickstart
- 1
Install from your workspace
Click Install on this page. You'll land in Aladia signed in and the connector will be added to your team.
- 2
Team owner connects the service
Paste credentials or OAuth once as the team owner. Your GitHub keys never leave Aladia's encrypted store.
- 3
Members link their identity
Each team member authorises their own GitHub user so calls are attributed per-human.
- 4
Call from any agent
Tools appear immediately in the agent picker. Drafts go to the source system for human approval before any side-effect.
Frequently asked questions
How much does the GitHub connector cost?
The GitHub MCP connector is billed at €1.20 per 1,000 tool calls on the Aladia Team plan. Read-only list endpoints such as list_issues are counted but included in your team's shared credit pool.
Does the GitHub connector support OAuth?
GitHub supports both OAuth (per-member) and scoped API keys, so you can start with a shared key for prototyping and migrate to per-seat OAuth in production.
How many tools does the GitHub connector expose?
5 tools covering list_issues, create_issue, create_pull_request and 2 more. Each tool is versioned and invocations are attributed to the calling team member.
Can I try the GitHub connector before subscribing?
Yes — new workspaces get 1,000 credits free, enough to explore GitHub and a few other connectors before you upgrade. Install takes one click from your dashboard once you have an Aladia account.
Changelog
- v2.1.0
Actions dispatch + artifact download.
2026-04-01