{"id":51058375,"url":"https://github.com/vinkius-labs/github-mcp-free-hosting","last_synced_at":"2026-06-22T23:02:08.227Z","repository":{"id":366076746,"uuid":"1274981883","full_name":"vinkius-labs/github-mcp-free-hosting","owner":"vinkius-labs","description":"GitHub MCP Server Showcase - A reference implementation demonstrating how to build and deploy edge-native MCP servers for free using MCP Fusion and Vinkius Cloud.","archived":false,"fork":false,"pushed_at":"2026-06-20T05:40:45.000Z","size":38,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-20T07:16:36.211Z","etag":null,"topics":["ai-agent","github-mcp","mcp","mcp-server","mcpfusion","typescript","vinkius-cloud"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vinkius-labs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-20T05:31:08.000Z","updated_at":"2026-06-20T05:41:50.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/vinkius-labs/github-mcp-free-hosting","commit_stats":null,"previous_names":["vinkius-labs/github-mcp-free-hosting"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/vinkius-labs/github-mcp-free-hosting","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinkius-labs%2Fgithub-mcp-free-hosting","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinkius-labs%2Fgithub-mcp-free-hosting/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinkius-labs%2Fgithub-mcp-free-hosting/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinkius-labs%2Fgithub-mcp-free-hosting/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vinkius-labs","download_url":"https://codeload.github.com/vinkius-labs/github-mcp-free-hosting/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinkius-labs%2Fgithub-mcp-free-hosting/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34668499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-22T02:00:06.391Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-agent","github-mcp","mcp","mcp-server","mcpfusion","typescript","vinkius-cloud"],"created_at":"2026-06-22T23:02:04.507Z","updated_at":"2026-06-22T23:02:08.217Z","avatar_url":"https://github.com/vinkius-labs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHub MCP Free Hosting Showcase\n\nThis repository serves as a **showcase** to demonstrate how incredibly simple and fast it is to deploy an MCP server on [Vinkius Cloud](https://vinkius.com). \n\nBuilt using the powerful [@mcpfusion/core](https://github.com/vinkius-labs/mcpfusion) framework, this project illustrates the modern approach to creating secure, edge-native MCP servers with zero friction.\n\n🚀 **Ready to use?** If you just want to add GitHub tools to your AI agent immediately, you can use the hosted version here:  \n👉 **[vinkius.com/mcp/github](https://vinkius.com/mcp/github)**\n\n## About Vinkius Cloud\n\n[Vinkius Cloud](https://vinkius.com) 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.\n\n- **Edge-Native Architecture**: Your MCP servers run inside V8 isolate sandboxes globally, delivering sub-40ms cold starts.\n- **Secure by Default**: Built-in DLP (Data Loss Prevention) redaction, Ed25519 signed audit chains, and an instant kill switch.\n- **Zero Friction Deployment**: No complex DevOps required. You can deploy your MCP tools to production in seconds.\n- **Massive Ecosystem**: Powering over 4,000+ MCP servers in production, including integrations with Salesforce, Stripe, Slack, OpenAI, and more.\n\n## Available Tools\n\nThis GitHub MCP server exposes a comprehensive suite of tools for AI agents to interact with GitHub seamlessly:\n\n* **Repositories**\n  * `list_user_repositories`: Retrieves all public repositories for a specific user.\n  * `list_org_repositories`: Retrieves all repositories belonging to an organization.\n  * `get_repository_details`: Fetches detailed configuration and attributes.\n  * `search_github_repositories`: Finds repositories matching a search query.\n* **Issues \u0026 Pull Requests**\n  * `list_repo_issues`: Retrieves issues for a specific repository.\n  * `get_issue_details`: Fetches full issue details including comments and assignees.\n  * `create_new_issue`: Opens a new issue.\n  * `add_issue_comment`: Posts a new comment on an existing issue or PR.\n  * `list_pull_requests`: Retrieves pull requests.\n  * `create_pull_request`: Opens a new pull request.\n* **Code \u0026 History**\n  * `get_file_contents`: Retrieves the contents of a file or directory.\n  * `search_github_code`: Finds specific code snippets across GitHub.\n  * `list_branches`: Returns all branches with their latest commit SHA.\n  * `list_commits`: Returns commit history, optionally filtered by branch or SHA.\n  * `list_releases`: Returns published releases, tags, and assets.\n* **Users \u0026 Social**\n  * `get_my_github_profile`: Retrieves metadata for the authenticated user.\n  * `list_stargazers`: Returns users who have starred a repository.\n* **System**\n  * `verify_api_connection`: Checks GitHub API connectivity.\n\n## Deployment\n\nTo deploy this MCP Server to Vinkius Edge infrastructure, run:\n\n```bash\nnpm run deploy\n```\n*(This executes `mcpfusion deploy` under the hood)*\n\n## Development\n\n1. Install dependencies:\n   ```bash\n   npm install\n   ```\n\n2. Run the development server:\n   ```bash\n   npm run dev\n   ```\n\n## About MCP Fusion\n\n[MCP Fusion](https://github.com/vinkius-labs/mcpfusion) 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. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvinkius-labs%2Fgithub-mcp-free-hosting","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvinkius-labs%2Fgithub-mcp-free-hosting","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvinkius-labs%2Fgithub-mcp-free-hosting/lists"}