Bring Version Control
to Google ADK
Create your Vinkius account to connect GitHub Alternative to Google ADK and start using all 14 AI tools in minutes. Fully managed, enterprise secure, and ready to use without writing a single line of code. No hosting, no server setup — just connect and start using.
Compatible with every major AI agent and IDE
What is the GitHub Alternative MCP Server?
Connect your GitHub account to any AI agent and take full control of your development workflows through natural conversation.
What you can do
- User & Repository Discovery — View your profile and list all repositories with visibility, language and star counts
- Issue Management — List, inspect and create issues with labels and Markdown descriptions
- Pull Request Tracking — Browse and review pull requests with merge status, draft state and review info
- Commit History — Review commit logs across branches with author, message and timestamp
- Release Management — List releases and fetch specific release details by git tag
- CI/CD Monitoring — Check recent GitHub Actions workflow runs with status and conclusion
- Advanced Search — Search repositories using GitHub's powerful query syntax with language, stars and org qualifiers
How it works
- Subscribe to this server
- Enter your GitHub Personal Access Token
- Start managing your repos from Claude, Cursor, or any MCP-compatible client
No more context-switching to GitHub.com to check PR status or audit issues. Your AI acts as a dedicated engineering lead.
Who is this for?
- Developers — quickly check issue status, review PRs and inspect commits without leaving your IDE
- Engineering Managers — audit open issues, track release progress and monitor CI/CD health across repositories
- Open Source Maintainers — review community issues, triage pull requests and manage release tags via conversation
Built-in capabilities (14)
Requires the owner, repo and title. Optionally set the issue body (Markdown text) and labels (comma-separated). Returns the created issue with its number, title and URL. Create a new GitHub issue
Provide the owner, repo and issue number. Get details for a specific GitHub issue
Provide the owner, repo and PR number. Get details for a specific GitHub pull request
Returns the release name, tag name, body (Markdown), draft/prerelease status, publish date and attached assets. Provide the owner, repo and tag name. Get a GitHub release by its tag name
Provide the owner (org or user) and repo name. Get details for a specific GitHub repository
Returns login, name, email, avatar URL, company, bio, public repos count, followers and following counts. Use this to verify your token is working correctly. Get the authenticated GitHub user
Each branch includes its name, commit SHA and whether it is the default (protected) branch. List branches in a GitHub repository
Optionally filter by branch (sha parameter) and set the number of results. Each commit includes the SHA, author, commit message and date. Results are ordered newest first. List commits on a GitHub repository branch
Optionally filter by state (open, closed, all). Note: GitHub's issues endpoint includes pull requests — use list_pull_requests for PRs only. Returns issue number, title, state, labels, assignee and creation date. List issues in a GitHub repository
Optionally filter by state (open, closed, all). Returns PR number, title, state, author, draft status, creation date and merge status. Use get_pull_request for full details on a specific PR. List pull requests in a GitHub repository
Each release includes its tag name, name, draft/prerelease status, author, publish date and asset downloads info. Returns the most recent releases first. List releases for a GitHub repository
Optionally filter by type (all, owner, public, private, member) and set the number of results per page. Returns repo name, full_name, description, visibility, language, stars, forks and creation date. List repositories for the authenticated user
Optionally filter by branch and set the number of results. Each run includes its ID, workflow name, event trigger, status (queued, in_progress, completed), conclusion (success, failure), branch and creation date. List GitHub Actions workflow runs for a repository
The query supports qualifiers like "language:typescript", "stars:>1000", "org:microsoft", "pushed:>2024-01-01" and free-text search. Results include repo name, description, stars, forks, language and creation date. Search GitHub repositories
Why Google ADK?
Google ADK natively supports GitHub Alternative as an MCP tool provider. declare Vinkius Edge URL and the framework handles discovery, validation, and execution automatically. Combine 14 tools with Gemini's long-context reasoning for complex multi-tool workflows, with production-ready session management and evaluation built in.
- —
Google ADK natively supports MCP tool servers. declare a tool provider and the framework handles discovery, validation, and execution
- —
Built on Gemini models, ADK provides long-context reasoning ideal for complex multi-tool workflows with GitHub Alternative
- —
Production-ready features like session management, evaluation, and deployment come built-in. not bolted on
- —
Seamless integration with Google Cloud services means you can combine GitHub Alternative tools with BigQuery, Vertex AI, and Cloud Functions
GitHub Alternative in Google ADK
Why run GitHub Alternative with Vinkius?
The GitHub Alternative connection runs on our fully managed, secure cloud infrastructure. We handle the hosting, maintenance, and security so you don't have to deal with servers or code. All 14 tools are ready to work instantly without any complex setup.
You stay in complete control of your data. Your AI only accesses the information you approve, keeping your sensitive passwords and private details completely safe. Plus, with automatic optimizations, your AI works faster and more efficiently.

* Every connection is hosted and maintained by Vinkius. We handle the security, updates, and infrastructure so you don't have to write code or manage servers. See our infrastructure
Over 4,000 integrations ready for AI agents
Explore a vast library of pre-built integrations, optimized and ready to deploy.
Connect securely in under 30 seconds
Generate tokens to authenticate and link external services in a single step.
Complete visibility into every agent action
Audit live requests, latency, success rates, and active security compliance policies.
Optimize spending and track token ROI
Analyze real-time token consumption and cost metrics detailed by connection.




Explore our live AI Agents Analytics dashboard to see it all working
This dashboard is included when you connect GitHub Alternative using Vinkius. You will never be left in the dark about what your AI agents are doing with your tools.
GitHub Alternative and 4,000+ other AI tools. No hosting, no code, ready to use.
Professionals who connect GitHub Alternative to Google ADK through Vinkius don't need to write code, manage servers, or worry about security. Everything is pre-configured, secure, and runs automatically in the background.
Raw MCP | Vinkius | |
|---|---|---|
| Ready-to-use MCPs | Find and configure each manually | 4,000+ MCPs ready to use |
| Connection Setup | Manual coding & server setup | 1-click instant connection |
| Server Hosting | You host it yourself (needs 24/7 uptime) | 100% hosted & managed by Vinkius |
| Security & Privacy | Stored in plaintext config files | Bank-grade encrypted vault |
| Activity Visibility | Blind execution (no logs or tracking) | Live dashboard with real-time logs |
| Cost Control | Runaway AI token spend risk | Automatic budget limits |
| Revoking Access | Must delete files or code to stop | 1-click disconnect button |
How Vinkius secures
GitHub Alternative for Google ADK
Every request between Google ADK and GitHub Alternative is protected by our secure gateway. We automatically keep your sensitive data private, prevent unauthorized access, and let you disconnect instantly at any time.
Frequently asked questions
How do I create a GitHub Personal Access Token?
Go to Settings > Developer settings > Personal access tokens, click Generate new token (classic), give it a descriptive name, select the scopes you need (recommended: repo, workflow, read:org) and click Generate token. Copy the token immediately — it starts with ghp_ and won't be shown again.
Can I create issues with labels via the agent?
Yes! Use the create_issue tool with the owner, repo and title parameters. Optionally provide a Markdown body and comma-separated labels (e.g. "bug,high-priority"). The agent will create the issue and return its number, title and URL.
How do I search for repositories with specific criteria?
Use the search_repos tool with GitHub's query syntax. Examples: "machine learning in:name language:python stars:>1000" finds Python ML repos with 1k+ stars; "org:microsoft pushed:>2024-01-01" finds Microsoft repos updated in 2024. The query supports qualifiers for language, stars, forks, org, topic, size and more.
Does this tool support GitHub Actions workflow monitoring?
Yes! Use list_workflow_runs to see recent CI/CD executions for a repository. You can filter by branch and see each run's status (queued, in_progress, completed) and conclusion (success, failure, cancelled). This is useful for checking if recent deployments or builds passed without opening the Actions tab.
How does Google ADK connect to MCP servers?
Import the MCP toolset class and pass the server URL. ADK discovers and registers all tools automatically, making them available to your agent's tool-use loop.
Can ADK agents use multiple MCP servers?
Yes. Declare multiple MCP tool providers in your agent configuration. ADK merges all tool schemas and the agent can call tools from any server in a single turn.
Which Gemini models work best with MCP tools?
Gemini 2.0 Flash and Pro models both support function calling required for MCP tools. Flash is recommended for latency-sensitive use cases, Pro for complex reasoning.
McpToolset not found
Update: pip install --upgrade google-adk
Explore More MCP Servers
View all →
Landbot
8 toolsEmpower your AI to generate, route, and interact with conversational chatbots and customers naturally.

HHS Open Payments
6 toolsAccess the HHS Open Payments database to search for physicians, teaching hospitals, and financial relationships in the healthcare industry.

Agency Elephant
8 toolsTrack insurance agency performance, manage agent commissions, and monitor policy renewals for better business intelligence.

PrecisionConvert Unit Engine
2 toolsUniversal unit conversion intelligence — transform physical values via AI.
