GitHub Connector for AI agents.
18 live capabilities
Manage your repositories and track pull requests through natural conversation.
Waiting for inputβ¦
Why people use GitHub
GitHub for GitHub Repository Management
This Connector puts your entire repository lifecycle into your chat interface. You can ask your agent to summarize all open issues, check the contents of a specific file, or create a new pull request with a single command. You get a unified workspace where your code and your tasks live together.
What Vinkius changes
You get a direct line of communication between your AI agent and your GitHub data.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account Β· 5,900+ Connectors
- Real-world use case 01
Debugging a build failure
Ask your agent to get_file_contents for a config file to see why the environment isn't loading.
- Real-world use case 02
Sprint planning
Use list_repo_issues to summarize all high-priority bugs for the team during a standup.
- Real-world use case 03
Onboarding a new dev
Use list_org_repositories and get_repository_details to give a new hire a full overview of the project.
Complete set Β· 18capabilities
The complete GitHub capability set.
These are the exact actions your AI can choose when you ask it to work with GitHub.
01β04
4 capabilities in this set.
Part of 18 available through GitHub.
- 01 Capability
Get file contents
Pull the raw text content of a specific file from a repository. Your agent can use this to understand your code structure.
- 02 Capability
Get issue details
Get full information about a specific issue using its unique number. This gives you all the context you need for a specific bug.
- 03 Capability
Get my github profile
Retrieve the identity and profile details of the authenticated user. Use this to verify permissions and account context.
- 04 Capability
Get repository details
Fetch metadata and configuration details for a specific repository. This provides the high-level info needed for project auditing.
05β08
4 capabilities in this set.
Part of 18 available through GitHub.
- 05 Capability
List branches
See all the different branches available within a repository. Use this to navigate different versions of your code.
- 06 Capability
List commits
View the most recent commits, with options to filter by branch or SHA. This helps you track the latest changes made to the code.
- 07 Capability
List pull requests
View all current pull requests for a repository. This lets you see what's waiting for review at a glance.
- 08 Capability
List releases
See the release history and versions for a project. Use this to track the deployment timeline of your software.
09β12
4 capabilities in this set.
Part of 18 available through GitHub.
- 09 Capability
List stargazers
See who has starred a repository to track its popularity. This helps you monitor community engagement and project reach.
- 10 Capability
Verify api connection
Check if your connection to GitHub is active and working. This ensures your agent can access your data without errors.
- 11 Capability
List repo issues
Get a list of all issues currently open or closed in a repository. Use this to see what tasks are currently in progress.
- 12 Capability
List org repositories
See every repository owned by a specific organization. This is great for getting a bird's-eye view of a company's work.
13β15
3 capabilities in this set.
Part of 18 available through GitHub.
- 13 Capability
List user repositories
See all the repositories owned by a specific user account. It helps you get a quick overview of your personal projects.
- 14 Capability
Search github code
Search for specific code snippets across the entire GitHub database. Use this to find logic blocks buried deep in your codebase.
- 15 Capability
Search github repositories
Find specific repositories based on your search terms. This helps you locate projects across a large organization.
16β18
3 capabilities in this set.
Part of 18 available through GitHub.
- 16 Capability
Create pull request
Create a new pull request by specifying the head and base branches. This lets you submit changes without leaving your chat.
- 17 Capability
Add issue comment
Post a new comment to an existing issue or pull request with markdown support. You can provide feedback or updates directly to your team.
- 18 Capability
Create new issue
Open a new issue in a repository to track a bug or feature request. This helps you organize your work and stay on top of tasks.
Set up in minutes
One URL. Then ask GitHub to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use GitHub from the conversation.
Choose your client
Live previewAdvanced clients IDE Β· CLI
Claude Β· Web + desktop
Connector URL Β· ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_fIryFqSn5ElX5r3SAhmNYdc5Yr0BXuXnnrfiP1oC/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it GitHub, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable GitHub for the conversation.
ChatGPT Β· Web + desktop
Connector URL Β· ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_fIryFqSn5ElX5r3SAhmNYdc5Yr0BXuXnnrfiP1oC/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the GitHub URL.
- Step 03
Save and start
Save the connection and enable GitHub in your conversation. Desktop may ask you to restart once.
Cursor Β· IDE configuration
Advanced setup
{
"mcpServers": {
"github": {
"url": "https://edge.vinkius.com/vk_preview_fIryFqSn5ElX5r3SAhmNYdc5Yr0BXuXnnrfiP1oC/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) β search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using GitHub
Open Agent mode in chat and ask: "Using GitHub, help me...". 18 tools available
VS Code Copilot Β· IDE configuration
Advanced setup
{
"mcpServers": {
"github": {
"url": "https://edge.vinkius.com/vk_preview_fIryFqSn5ElX5r3SAhmNYdc5Yr0BXuXnnrfiP1oC/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using GitHub
Ask Copilot: "Using GitHub, help me...". 18 tools available
Windsurf Β· IDE configuration
Advanced setup
{
"mcpServers": {
"github": {
"url": "https://edge.vinkius.com/vk_preview_fIryFqSn5ElX5r3SAhmNYdc5Yr0BXuXnnrfiP1oC/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings β MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using GitHub
Open Cascade and ask: "Using GitHub, help me...". 18 tools available
Cline Β· IDE configuration
Advanced setup
{
"mcpServers": {
"github": {
"url": "https://edge.vinkius.com/vk_preview_fIryFqSn5ElX5r3SAhmNYdc5Yr0BXuXnnrfiP1oC/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using GitHub
Ask Cline: "Using GitHub, help me...". 18 tools available
Claude Code Β· Terminal command
Advanced setup
claude mcp add github --transport http "https://edge.vinkius.com/vk_preview_fIryFqSn5ElX5r3SAhmNYdc5Yr0BXuXnnrfiP1oC/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using GitHub
Ask Claude: "Using GitHub, show me...". 18 tools are ready
Where the request belongs
Work GitHub can move forward.
This is for the developer who spends too much time switching between browser tabs and the terminal. It's for anyone who needs to keep their project moving without the friction of manual navigation. It's built for people who want to stay in the flow state while managing the administrative side of code.
Software Engineer
Checking PR statuses or grabbing file contents during a debugging session on a Tuesday afternoon.
Tech Lead
Auditing repository metadata and contributor lists for new projects to ensure the right people are involved.
Project Manager
Getting a high-level overview of open issues and repository activity without logging into the dashboard.
When one Connector is not enough
Carry the request into a workflow.
Combine GitHub with the systems that finish the task.
View all recipesDeploy Containers to Production Using MCP
Code pushed, images built, tags verified, deploys triggered, status reported , ship containers from commit to production in one prompt
Extract Architecture Principles Using MCP
Code patterns formalized, universal laws derived, causal forces identified , replace ad-hoc architecture with mathematical proof
Find Codebase Duplications Using Connectors
Your codebase has 4 different implementations of date formatting, 3 versions of the retry logic, and 2 competing validation libraries , but nobody knows because grep only finds exact matches and these duplicates are semantic
Generate Error Postmortems Automatically via MCP
Errors captured, stack traces analyzed, root cause commits identified, postmortem docs generated , write incident reports without the pain
How Connectors Auto-Triage Bug Reports
New bugs detected, severity classified, sprint tickets created, team notified , triage your backlog without a standup
MCP Recipe for Code Review Time Analytics
Review bottlenecks detected, unreviewed PRs surfaced, reviewer workload balanced, team velocity measured , fix your code review process with data
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsGitHub
Manage repositories, issues, pull requests and workflows via GitHub. search code, audit commits and track CI/CD from any AI agent.
Gitee
Collaborative code hosting and development platform. manage repositories, issues, and pull requests via AI.
Coding.net
All-in-one DevOps platform. manage projects, repositories, and issues via AI.
GitHub Market Intelligence
Transform GitHub into your primary growth engine. Deploy autonomous agents to intercept competitor issues, track trending repos, and engage developers in real-time.
Bitbucket
Manage your Git repositories via Bitbucket. list pull requests, commits, and pipelines directly from any AI agent.
Greptile
Search and understand any codebase instantly with AI that reads your repositories and answers technical questions accurately.
Bring your own AI
Change the model, client or framework. Keep GitHub connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about GitHub.
The practical details behind the request, access and result.
Can the GitHub MCP manage my pull requests?
Yes, it lets your agent list, track, and create pull requests so you don't have to leave your chat.
How does the GitHub MCP help with debugging?
You can use it to fetch file contents directly, allowing your agent to see your code and suggest fixes.
Can I use the GitHub MCP to search for code?
Yes, it can search for specific code snippets across your repositories to help you find what you need faster.
Does the GitHub MCP work for private repositories?
It works with any repository you have access to, provided you use a valid personal access token.
Can I use the GitHub MCP to create issues?
You can open new issues and add comments to existing ones directly through your AI client.
How do I connect my GitHub account?
You just need to provide a Personal Access Token in your configuration after subscribing on Vinkius.
How do I get a Personal Access Token (PAT) for GitHub?
Log in to GitHub, go to Settings > Developer settings > Personal access tokens, and you can generate a new token (classic or fine-grained) there.
Can I read private repositories?
Yes, provided that your Personal Access Token has the necessary scopes (e.g., 'repo') to access your private content.
How do I search for code within a specific organization?
Use the 'search_github_code' capability and include the organization qualifier in your query, for example: 'org:vinkius my-term'.
Can I comment on issues via the agent?
Yes! Use the add_issue_comment capability. provide the repository owner, name, and the issue or PR number along with your comment text (markdown supported). Your agent will post the comment instantly.
One connection away
Give your agent a direct line to GitHub.
Connect GitHub once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required Β· Free tier available