Interacts with the GitHub API to fetch user details, repository information, and authenticated user data.
Sponsored
GitHub MCP Server is an API-based tool built with Python that leverages the MCP framework to interact with GitHub. It allows users to retrieve GitHub user information by username, obtain details of a GitHub repository, and fetch authenticated user details using a GitHub personal access token. The tool utilizes `httpx` for asynchronous API calls and `dotenv` for secure handling of GitHub authentication tokens, facilitating a secure and efficient way to access GitHub data.
Key Features
01Retrieves details of a GitHub repository
02Gets authenticated user details using a GitHub personal access token
03Fetches GitHub user information by username
04Uses `httpx` for asynchronous API calls
05Utilizes `FastMCP` for modular command processing