π GitHub MCP Server - FastAPI Implementation
@snehaapratap
About π GitHub MCP Server - FastAPI Implementation
No overview available yet
Basic information
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.
More Developer Tools MCP servers
Deepwiki MCP Server
regenrekπ MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
Comments