ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use GitHub with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Manage repositories, track issues, and search code via AI agents with GitHub.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 18 capabilities

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

    Get my github profile

    Get user identity

  2. 02

    Get repository details

    Get repo metadata

  3. 03

    List branches

    List repository branches

  4. 04

    List commits

    Optionally filter by branch name or SHA. List recent commits

Capability set02 / 05

05-08

4 capabilities in this set.

Part of 18 available through GitHub.

  1. 05

    Get file contents

    Read file content

  2. 06

    Get issue details

    Get a specific issue by number

  3. 07

    List org repositories

    List organization repositories

  4. 08

    List pull requests

    List pull requests

Capability set03 / 05

09-12

4 capabilities in this set.

Part of 18 available through GitHub.

  1. 09

    List releases

    List repository releases

  2. 10

    List stargazers

    Useful for popularity tracking. List repository stargazers

  3. 11

    Search github repositories

    Search all repos

  4. 12

    Verify API connection

    Check connection

Capability set04 / 05

13-15

3 capabilities in this set.

Part of 18 available through GitHub.

  1. 13

    List repo issues

    List repo issues

  2. 14

    List user repositories

    List user repos

  3. 15

    Search github code

    Search code snippets

Capability set05 / 05

16-18

3 capabilities in this set.

Part of 18 available through GitHub.

  1. 16

    Create pull request

    Requires the head branch (your changes) and base branch (merge target). Create a pull request

  2. 17

    Add issue comment

    Supports markdown formatting. Add a comment to an issue or PR

  3. 18

    Create new issue

    Open an issue

Observed, not estimated

992ms average. Fast in production.

GitHub is checked daily against the live service.

Daily averagePeak 1165ms
Aug 20Today
Fastest day
808ms
Slowest day
1165ms
14-day trend
Improving-17%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 18 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of GitHub, so you can see the experience inside your AI.

It does not authenticate your account with GitHub. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

GitHub Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_fIryFqSn5ElX5r3SAhmNYdc5Yr0BXuXnnrfiP1oC/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — GitHub capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "github-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_fIryFqSn5ElX5r3SAhmNYdc5Yr0BXuXnnrfiP1oC/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions GitHub owners ask.

  • 01

    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.

  • 02

    Can I read private repositories?

    Yes, provided that your Personal Access Token has the necessary scopes (e.g., 'repo') to access your private content.

  • 03

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

  • 04

    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.