An unofficial implementation of an mcp server for github in go. Used internally at Metoro.
An unofficial implementation of an mcp server for github in go. Used internally at Metoro. Exposed over MCP by the github in go mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.
A Go implementation of the GitHub Model Context Protocol (MCP) server. This implementation allows AI assistants to interact with the GitHub API to perform operations such as creating repositories, managing branches, manipulating files, and more.
Everything the assistant can do here goes through one of these:
search_repositories — Search for GitHub repositoriescreate_repository — Create a new GitHub repository in your accountfork_repository — Fork a GitHub repository to your account or specified organizationcreate_branch — Create a new branch in a GitHub repositoryget_file_contents — Get the contents of a file or directory from a GitHub repositorycreate_or_update_file — Create or update a single file in a GitHub repositorypush_files — Push multiple files to a GitHub repository in a single commitcreate_issue — Create a new issue in a GitHub repositoryget_issue — Get details of a specific issue in a GitHub repositorylist_issues — List issues in a GitHub repository with filtering optionsupdate_issue — Update an existing issue in a GitHub repositoryadd_issue_comment — Add a comment to an existing issueSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
You will need one environment variable: GITHUB_PERSONAL_ACCESS_TOKEN. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. GitHub In Go's toolset — search_repositories, create_repository, fork_repository and 11 more — is a fair guide to whether it matches your workflow. It is maintained by metoro-io; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| search_repositories | Search for GitHub repositories |
| create_repository | Create a new GitHub repository in your account |
| fork_repository | Fork a GitHub repository to your account or specified organization |
| create_branch | Create a new branch in a GitHub repository |
| get_file_contents | Get the contents of a file or directory from a GitHub repository |
| create_or_update_file | Create or update a single file in a GitHub repository |
| push_files | Push multiple files to a GitHub repository in a single commit |
| create_issue | Create a new issue in a GitHub repository |
| get_issue | Get details of a specific issue in a GitHub repository |
| list_issues | List issues in a GitHub repository with filtering options |
| update_issue | Update an existing issue in a GitHub repository |
| add_issue_comment | Add a comment to an existing issue |
| list_commits | Get list of commits of a branch in a GitHub repository |
| search_code | Search for code across GitHub repositories |
| Variable | Description | Required |
|---|---|---|
| GITHUB_PERSONAL_ACCESS_TOKEN | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.