<- All MCP notes

GitHub

Access repositories, pull requests, issues, and file contents to provide code context for agents.

GitHub is the code context connector in the public index. The website documents what it is useful for; it does not expose live repository access.

Example Invocation

{
  "jsonrpc": "2.0",
  "id": "req_321",
  "method": "mcp.call",
  "params": {
    "tool": "github.get_pull_request",
    "arguments": {
      "owner": "soren-ai",
      "repo": "research-notes",
      "pull_number": 123
    }
  }
}