DivyanshKushwaha_GitHub-MCP-Server-Claude

DivyanshKushwaha_GitHub-MCP-Server-Claude

3.1

If you are the rightful owner of DivyanshKushwaha_GitHub-MCP-Server-Claude and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

GitHub MCP Server is an API-based tool that interacts with GitHub using the MCP framework.

GitHub MCP Server is an API-based tool that interacts with GitHub using the MCP (Modular Command Processor) framework. It provides various functionalities, including fetching user details, repository information, and authenticated user data using GitHub's REST API. This project is built using Python and leverages `httpx` for asynchronous API calls. It also uses `dotenv` for secure handling of GitHub authentication tokens.

Features

  • Fetch GitHub user information by username.
  • Retrieve details of a GitHub repository.
  • Get authenticated user details using a GitHub personal access token.
  • Utilizes `FastMCP` for modular command processing.