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 "Deploy 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 Server
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 deployed
Maintenance
Related MCP Connectors
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
Access the GitHub API, enabling file operations, repository management, search functionality, andβ¦
Manage repositories, users, releases, and automate GitHub workflows
Git-backed platform for skills, tools, and context for AI agents
Related MCP Servers
- AlicenseAqualityNot gradedmaintenanceEnables AI agents to interact with GitHub repositories through the GitHub REST API for managing files, issues, and repository metadata. It supports both read operations like searching code and write operations such as creating repositories and updating issue comments.9-
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to manage GitHub repositories, branches, issues, pull requests, releases, and actions through natural language.48 npm5MIT
- FlicenseNot gradedqualityBmaintenanceEnables AI agents to interact with GitHub via natural language, supporting repository management, issue tracking, file commits, and more.-
- AlicenseNot gradedqualityCmaintenanceEnables LLM agents to search, read, and create GitHub issues and pull requests via natural language, using the GitHub API.1MIT