GitHub
CreatedDivyanshKushwaha
Interacts with the GitHub API to fetch user details, repository information, and authenticated user data.
About
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
- Retrieves details of a GitHub repository
- Gets authenticated user details using a GitHub personal access token
- Fetches GitHub user information by username
- Uses `httpx` for asynchronous API calls
- Utilizes `FastMCP` for modular command processing