Skip to content
Vinkius

GitHub Connector for AI agents.

18 live capabilities

Manage your repositories and track pull requests through natural conversation.

Live agent request GitHub / Connector

Waiting for input…

AI Agent

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.

  • Claude
  • ChatGPT
  • Gemini
  • Cursor
  • Visual Studio Code
  • Windsurf

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

  1. 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.

  2. Real-world use case 02

    Sprint planning

    Use list_repo_issues to summarize all high-priority bugs for the team during a standup.

  3. 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.

Capability set01 / 05

01β€”04

4 capabilities in this set.

Part of 18 available through GitHub.

  1. 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.

  2. 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.

  3. 03 Capability

    Get my github profile

    Retrieve the identity and profile details of the authenticated user. Use this to verify permissions and account context.

  4. 04 Capability

    Get repository details

    Fetch metadata and configuration details for a specific repository. This provides the high-level info needed for project auditing.

Capability set02 / 05

05β€”08

4 capabilities in this set.

Part of 18 available through GitHub.

  1. 05 Capability

    List branches

    See all the different branches available within a repository. Use this to navigate different versions of your code.

  2. 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.

  3. 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.

  4. 08 Capability

    List releases

    See the release history and versions for a project. Use this to track the deployment timeline of your software.

Capability set03 / 05

09β€”12

4 capabilities in this set.

Part of 18 available through GitHub.

  1. 09 Capability

    List stargazers

    See who has starred a repository to track its popularity. This helps you monitor community engagement and project reach.

  2. 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.

  3. 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.

  4. 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.

Capability set04 / 05

13β€”15

3 capabilities in this set.

Part of 18 available through GitHub.

  1. 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.

  2. 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.

  3. 15 Capability

    Search github repositories

    Find specific repositories based on your search terms. This helps you locate projects across a large organization.

Capability set05 / 05

16β€”18

3 capabilities in this set.

Part of 18 available through GitHub.

  1. 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.

  2. 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.

  3. 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 preview
Advanced clients IDE Β· CLI

Claude Β· Web + desktop

Official guide β†—

Connector URL Β· ready to paste

Streamable HTTP
https://edge.vinkius.com/vk_preview_fIryFqSn5ElX5r3SAhmNYdc5Yr0BXuXnnrfiP1oC/mcp
  1. Step 01

    Open Connectors

    In Claude Web or Claude Desktop, open Settings and choose Connectors.

  2. Step 02

    Add the URL

    Choose Add custom connector, name it GitHub, and paste the URL above.

  3. Step 03

    Turn it on in chat

    Select +, open Connectors, and enable GitHub for the conversation.

Where the request belongs

Work GitHub can move forward.

Built around the request

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.

01

Software Engineer

Checking PR statuses or grabbing file contents during a debugging session on a Tuesday afternoon.

02

Tech Lead

Auditing repository metadata and contributor lists for new projects to ensure the right people are involved.

03

Project Manager

Getting a high-level overview of open issues and repository activity without logging into the dashboard.

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