GitHub MCP Server
Provides tools for interacting with GitHub repositories, issues, pull requests, code, commits, branches, releases, user profiles, and more, enabling AI agents to manage and query GitHub resources.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@GitHub MCP Serverlist my recent pull requests"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
GitHub MCP Free Hosting Showcase
This repository serves as a showcase to demonstrate how incredibly simple and fast it is to deploy an MCP server on Vinkius Cloud.
Built using the powerful @mcpfusion/core framework, this project illustrates the modern approach to creating secure, edge-native MCP servers with zero friction.
🚀 Ready to use? If you just want to add GitHub tools to your AI agent immediately, you can use the hosted version here:
👉 vinkius.com/mcp/github
About Vinkius Cloud
Vinkius Cloud is the premier platform for deploying MCP (Model Context Protocol) servers. It provides an enterprise-grade execution environment designed for performance, security, and developer experience.
Edge-Native Architecture: Your MCP servers run inside V8 isolate sandboxes globally, delivering sub-40ms cold starts.
Secure by Default: Built-in DLP (Data Loss Prevention) redaction, Ed25519 signed audit chains, and an instant kill switch.
Zero Friction Deployment: No complex DevOps required. You can deploy your MCP tools to production in seconds.
Massive Ecosystem: Powering over 4,000+ MCP servers in production, including integrations with Salesforce, Stripe, Slack, OpenAI, and more.
Related MCP server: GitHub MCP Tools
Available Tools
This GitHub MCP server exposes a comprehensive suite of tools for AI agents to interact with GitHub seamlessly:
Repositories
list_user_repositories: Retrieves all public repositories for a specific user.list_org_repositories: Retrieves all repositories belonging to an organization.get_repository_details: Fetches detailed configuration and attributes.search_github_repositories: Finds repositories matching a search query.
Issues & Pull Requests
list_repo_issues: Retrieves issues for a specific repository.get_issue_details: Fetches full issue details including comments and assignees.create_new_issue: Opens a new issue.add_issue_comment: Posts a new comment on an existing issue or PR.list_pull_requests: Retrieves pull requests.create_pull_request: Opens a new pull request.
Code & History
get_file_contents: Retrieves the contents of a file or directory.search_github_code: Finds specific code snippets across GitHub.list_branches: Returns all branches with their latest commit SHA.list_commits: Returns commit history, optionally filtered by branch or SHA.list_releases: Returns published releases, tags, and assets.
Users & Social
get_my_github_profile: Retrieves metadata for the authenticated user.list_stargazers: Returns users who have starred a repository.
System
verify_api_connection: Checks GitHub API connectivity.
Deployment
To deploy this MCP Server to Vinkius Edge infrastructure, run:
npm run deploy(This executes mcpfusion deploy under the hood)
Development
Install dependencies:
npm installRun the development server:
npm run dev
About MCP Fusion
MCP Fusion is the TypeScript framework for secure MCP servers. It enforces security at the architectural level, ensuring raw data never reaches an LLM without passing through a typed egress firewall.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vinkius-labs/github-mcp-free-hosting'
If you have feedback or need assistance with the MCP directory API, please join our Discord server