π 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
CodeSentinel
icohangar-opsCodebase health as MCP tools: dead code, circular dependencies, coupling, architectural drift.

Hermoso
HermosoHermoso is a remote MCP server that runs a full marketing operation from your agent: research competitor ads, generate image and video ads, publish to social channels, and build and manage paid campaigns. 718 tools (306

Perfex CRM
themesicTurn Perfex CRM into an AI-ready workspace. This MCP server exposes your full REST API to Claude, ChatGPT and any AI agent, so leads, invoices and tasks are one prompt away.

Codex Pets
astandrikPublic read-only MCP server for discovering, inspecting, installing, and sharing approved Codex-compatible animated pet packs.

ship.page
BitgateThrow HTML at an API, get an unguessable URL back. Zero-config remote MCP server β your agent deploys pages, sites and CI reports in one call. Free, no signup needed.
Comments