Vinkius
GitHub logo
Vinkius
Vinkius runs on CrewAI

How to Use the GitHub MCP in CrewAI

Deploy specialized GitHub agent crews to automate repository monitoring and pull request reviews.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

GitHub MCP on Cursor AI Code Editor MCP Client GitHub MCP on Claude Desktop App MCP Integration GitHub MCP on OpenAI Agents SDK MCP Compatible GitHub MCP on Visual Studio Code MCP Extension Client GitHub MCP on GitHub Copilot AI Agent MCP Integration GitHub MCP on Google Gemini AI MCP Integration GitHub MCP on Lovable AI Development MCP Client GitHub MCP on Mistral AI Agents MCP Compatible GitHub MCP on Amazon AWS Bedrock MCP Support
MCP Servers — Included with Plan
Vinkius runs on CrewAI

Connect GitHub MCP to CrewAI

Create your Vinkius account to connect GitHub to CrewAI — we handle the hosting, security, and runtime updates so you don't have to. No server setup required.

GDPR Included with Plan

Key Capabilities

Collaborative GitHub repository research

Assign research tasks to specific agents. One agent uses `list_pull_requests` to find open items, while another uses `get_file_contents` to review the code. This division of labor makes your crew faster. They share memory to ensure the second agent knows exactly what the first one found.

Autonomous issue tracking and resolution

Let your crew handle the backlog. A monitor agent watches for new tickets via `list_repo_issues`, and the fixer agent uses `create_new_issue` to track the response. No human needs to intervene for routine maintenance. The agents work sequentially to keep your project moving forward.

Selective GitHub tool exposure

Control exactly what your agents can do. Use a tool filter to limit the MCP Server to read-only operations like `get_repository_details` for your junior agents. This keeps your repository secure. You give power only where it is needed, preventing accidental writes or unauthorized modifications.

Setup guide

Set up GitHub MCP in CrewAI

Prerequisites

  • Python 3.10+ installed
  • crewai package (pip install crewai)
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install CrewAI

    Run pip install crewai to install the framework. MCP support is built-in via the mcps parameter.

  2. 2

    Add the MCP URL to your agent

    Pass your Vinkius endpoint directly to the mcps list. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. CrewAI handles tool discovery and caching automatically.

  3. 3

    Kick off your crew

    Create a Crew with your agent and tasks. Call crew.kickoff() — the agent will automatically invoke GitHub tools as needed.

crew.py
from crewai import Agent, Task, Crew

agent = Agent(
    role="GitHub Analyst",
    goal="Access and analyze GitHub data via MCP.",
    backstory="Expert analyst with direct GitHub access.",
    mcps=[
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ],
)

task = Task(
    description="List recent GitHub transactions",
    agent=agent,
    expected_output="A summary of recent activity",
)

crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about GitHub MCP in CrewAI

Pass the MCP Server URL to the agent's mcps parameter. Your agents immediately gain access to all enabled tools.
They can. Add `search_github_code` to the agent tools, and it will run the search as part of its task list.
The agents decide when to call the tools based on the task description. The MCP Server executes the action and returns the result to the crew.
Not at all. You can share the MCP connection across the entire crew so every agent can access the repository data.
The server runs in a sandbox. It only touches repository metadata and content that you authorize via your access token.

Start using the GitHub MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 18 tools

We've already built the connector for GitHub. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 18 tools are live and waiting. You're up and running in seconds.

Vinkius runs on Claude Claude
Vinkius runs on ChatGPT ChatGPT
Vinkius runs on Cursor Cursor
Vinkius runs on Gemini Gemini
Vinkius runs on Windsurf Windsurf
Vinkius runs on VS Code VS Code
Vinkius runs on JetBrains JetBrains
Vinkius runs on Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.