The official GitHub MCP server (Go, `github/github-mcp-server`) gives an AI client structured, authenticated access to the GitHub platform: repositories, files, issues, pull requests, Actions, security alerts, discussions, and more. Tool calls are deterministic GitHub API operations — the connecting LLM does the reasoning, nothing runs inside the server.
Example prompts
List the open pull requests on my repository and summarize each.
Open an issue titled "Flaky test in CI" with a short repro.
Before you connect
What this server signs you in with — you provide it to the server itself, not to FindAgent. The full setup is on the Setup tab.