Provides a FastMCP server for programmatic access to GitHub repositories and data.
This tool serves as a FastMCP server, enabling external applications and AI agents to interact with GitHub's robust ecosystem. It exposes a suite of powerful endpoints for retrieving user repositories, listing issues and pull requests for specific projects, and conducting code searches across the platform. By leveraging a GitHub personal access token, it facilitates secure and rate-limited access, streamlining integrations and automating workflows that require deep interaction with GitHub data.
Key Features
01Get repositories for a GitHub user
02Get issues for a repository
03Get pull requests for a repository
04Search for code on GitHub
050 GitHub stars
Use Cases
01Integrating GitHub data and actions with AI agents like Poke
02Programmatically fetching repository, issue, and pull request information for dashboards or reports
03Automating workflows that require searching for code on GitHub