github-mcp-server
0
The GitHub MCP Server Integration project allows AI assistants to interact with GitHub through MCP standards. It provides an MCP-compliant server that supports fetching user details, listing repositories, and creating issues in GitHub repositories. Deployed using FastAPI, it ensures secure and documented API access.
GitHub MCP Server Integration
This project demonstrates a Model Context Protocol (MCP) Server that integrates with the GitHub API. It enables AI Assistants such as Claude or OpenAI GPT to interact with GitHub using MCP standards for tasks like fetching user profiles, listing repositories, and creating issues in repositories.## Features
- MCP-compliant server with OpenAPI documentation
- Secure interactions via personal access token
- Support for fetching GitHub user details, listing repositories, and creating issues.## Tech Stack
- FastAPI
- OpenAPI
- ai-plugin.json
- GitHub REST API v3
- Deployed on Railway.## Setup Instructions
- Clone the repo and install dependencies.
- Configure the environment with a GitHub token.
- Run the server locally or deploy on Railway.