We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Pranesh-2005/UsingMcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
README.mdβ’1.14 KiB
# π GitHub MCP Tools
A powerful set of tools built using the **Model Context Protocol (MCP)** framework to allow AI assistants and agents to interact directly with GitHub. Perfect for automating developer workflows via AI integration.
## β¨ Features
- π€ Fetch detailed GitHub user profiles
- π Create new repositories
- β Delete repositories (with appropriate permissions)
- π Create and merge pull requests
- π List repositories (authenticated or by username)
- π Simple Hello World test tool
## βοΈ Tech Stack
- Python 3.8+
- FastMCP (Model Context Protocol server)
- GitHub REST API
- `requests`, `python-dotenv` for API integration and environment handling
## π¦ Installation
1. **Clone the repository**:
```bash
git clone https://github.com/Pranesh-2005/UsingMcp.git
cd UsingMcp
```
2. **Create Github PAT**
Go to your Github Profile -> Settings -> Developer Setting -> Personal Access Token(PAT) -> Token (Classic) -> Generate New Token (Classic)
3. **Create a .env file**
- Create a .env file
- Add GITHUB_PAT=ghp_********************* in the .env file
4. **Run the python file**
```bash
mcp dev github_server.py
```