π GitHub MCP Server - FastAPI Implementation
@snehaapratap
About π GitHub MCP Server - FastAPI Implementation
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-snehaapratap": {
"command": "python3",
"args": [
"-m",
"venv",
"venv"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is π GitHub MCP Server - FastAPI Implementation?
This server implements a Model Context Protocol (MCP) server using FastAPI, enabling AI assistants like Claude to interact with GitHub. It provides API endpoints to fetch user details, manage repositories, create issues, and automate GitHub workflows.
How to use π GitHub MCP Server - FastAPI Implementation?
Clone the repository, create a virtual environment, install dependencies, and set your GITHUB_TOKEN environment variable. Then run uvicorn server:app --reload to start the server on http://127.0.0.1:8000. Use the provided API endpoints via cURL or an AI assistant.
Key features of π GitHub MCP Server - FastAPI Implementation
- Fetch GitHub user details and repositories
- Create and manage issues in repositories
- List all issues in a repository
- Star a repository
- AI-powered GitHub Issue Summarization (optional)
- Secure API with GitHub OAuth Token
- Asynchronous FastAPI implementation
Use cases of π GitHub MCP Server - FastAPI Implementation
- AI assistants fetching GitHub user profiles and repo lists
- Automated creation of issues in repositories
- Listing open issues for project management
- Starring repositories directly from a conversational interface
- Summarizing repository issues using AI (optional)
FAQ from π GitHub MCP Server - FastAPI Implementation
What is the purpose of the server?
It enables AI assistants like Claude to interact with GitHub by providing a set of API endpoints for user details, repository management, issues, and starring.
How do I authenticate the server?
Set the GITHUB_TOKEN environment variable in a .env file with your GitHub Personal Access Token (PAT) that has the repo scope.
What transport protocol does the server use?
The server uses HTTP, implemented with FastAPI and Uvicorn.
What are the runtime dependencies?
The server requires Python 3, FastAPI, and other packages listed in requirements.txt.
How does the server handle errors?
It returns meaningful error messages with a hint, for example an invalid token suggests ensuring the token has the repo scope.
Frequently asked questions
What is the purpose of the server?
It enables AI assistants like Claude to interact with GitHub by providing a set of API endpoints for user details, repository management, issues, and starring.
How do I authenticate the server?
Set the `GITHUB_TOKEN` environment variable in a `.env` file with your GitHub Personal Access Token (PAT) that has the `repo` scope.
What transport protocol does the server use?
The server uses HTTP, implemented with FastAPI and Uvicorn.
What are the runtime dependencies?
The server requires Python 3, FastAPI, and other packages listed in `requirements.txt`.
How does the server handle errors?
It returns meaningful error messages with a hint, for example an invalid token suggests ensuring the token has the `repo` scope.
Basic information
More Developer Tools MCP servers
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
DevDocs by CyberAGI π
cyberagiincCompletely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App

discoverGPT
Joe MonastierodiscoverGPT is visualAI's unified MCP gateway for AI commerce, exposing 29 tools across four capabilities on one canonical product catalog: trimodal search (natural-language, precise-color, and image-similarity), AI cata
Grafana MCP server
grafanaMCP server for Grafana
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
Comments