Content
# GitHub API MCP Server
MCP for GitHub Search API.
## Environment Requirements
- [uv](https://docs.astral.sh/uv/) - A project management tool that makes it easy to manage dependencies.
## Usage
1. Install dependencies
```
uv PyGithub python-dotenv
```
2. Configure the Server in the Client
```json
{
"mcpServers": {
"github_server": {
"command": "uv",
"args": [
"--directory",
"D:/blog/github-mcp-server",
"run",
"github_server.py"
]
}
}
}
```
3. Use it in the Client
You Might Also Like
mcp-chrome
Transform your Chrome into an AI-powered automation tool.
Firecrawl
Firecrawl MCP Server enables web scraping, crawling, and content extraction.
firecrawl-mcp-server
Firecrawl MCP Server enables web scraping, crawling, and content extraction.
debugg-ai-mcp
AI-powered MCP Server for testing, debugging, and code analysis.
experiments-with-mcp
A collection of practical experiments with MCP using various libraries.
guidance-for-deploying-model-context-protocol-servers-on-aws
Guidance for deploying Model Context Protocol servers on AWS with secure...