github-mcp-tool
Enables managing GitHub repositories, files, and user information through MCP, with support for creating, updating, and deleting repository contents, as well as fetching user profiles.
README
🚀 MCP Tool for GitHub
Overview
The MCP (Model Context Protocol) Tool helps manage and track model context in GitHub repositories. It allows you to document important details like model versions, datasets, metrics, and training configurations.
📦 Overview
The MCP Tool for GitHub is designed to help manage:
- Repositories
- Files (create/update/delete)
- User information
- GitHub API requests
✨ Features
🧑💻 1. User Info
git_info(username: str)- Fetch public GitHub user profile information.
📁 2. Repository Management
-
create_repo(repo_name: str, private: bool, description: str)- Create a new repository (private/public).
-
delete_repo(username: str, repo_name: str)- Delete a repository by username and repo name.
📄 3. File Operations in Repository
-
create_file(...)- Add a new file to a repository.
- Content is automatically base64 encoded.
-
update_file(...)- Update an existing file.
- Requires the file's SHA from GitHub.
-
delete_file(...)- Delete a file.
- Requires SHA and commit message.
🔄 4. Request Utility
make_request(...)- Handles all API interactions (
GET,POST,PUT,DELETE). - Authenticated via GitHub Token.
- Centralized method to perform various actions like:
- Create repositories
- Upload/update/delete files
- Fetch user/repo data
- Handles all API interactions (
🔐 5. Authentication & Setup
- Reads GitHub token securely from
.envfile. - Sets proper headers (
User-Agent,Accept,Authorization). - Fully asynchronous requests using
httpx.
🧰 Prerequisites
- ✅ Python 3.7+
- ✅ Git & uv installed
- ✅ GitHub Personal Access Token
📁 .env File Format
Create a .env file in the root directory and add:
GITHUB_TOKEN=your_personal_access_token_here
🛠️ Setup & Usage
# Clone the Repo
git clone https://github.com/jalaj-pandey/github-mcp-tool.git
# Change Directory
cd github-mcp-tool
# Initialize virtual environment using uv
uv init
uv venv
.venv/Scripts/activate # Use `source ./venv/bin/activate` on Unix/Mac
# Add dependencies
uv add mcp[cli] httpx python-dotenv
# Start MCP dev server
mcp dev main.py
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.