mcp-github-server
Provides tools to list public repositories and retrieve repository details (name, stars, language, URL) for any GitHub user, using the public GitHub REST API.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-github-serverlist public repos for Mervecaliskann"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-github-server
GitHub'in public REST API'sini kullanarak repo bilgisi sunan basit bir MCP (Model Context Protocol) server'i. API key/token gerektirmez.
Ne yapar?
Bu server, mcp SDK'sinin FastMCP siniflarini kullanarak iki tool sunar:
list_repos(username="Mervecaliskann")— Verilen kullanicinin tum public repolarini (isim, yildiz sayisi, dil, url) listeler.get_repo_info(repo, username="Mervecaliskann")— Belirtilen reponun adi, tam adi, yildiz sayisi, programlama dili ve url'ini dondurur.
Claude gibi bir MCP client'a baglandiginda, bu tool'lar dogal dil ile ("repolarimi listele", "X reposunun yildiz sayisi nedir" gibi) cagrilabilir.
Related MCP server: git-mcp
Kurulum
git clone https://github.com/Mervecaliskann/mcp-github-server.git
cd mcp-github-server
python -m venv venv
# Windows
venv\Scripts\activate
# macOS / Linux
source venv/bin/activate
pip install -r requirements.txtCalistirma
python server.pyServer, stdio uzerinden MCP protokolu ile iletisim kurar; genellikle elle calistirilmaz, bir MCP client tarafindan baslatilir.
MCP client (Claude Desktop / Claude Code) ile kullanim
Client'inizin MCP yapilandirmasina (orn. .mcp.json veya claude_desktop_config.json) asagidaki gibi bir girdi ekleyin; yollari kendi ortaminiza gore guncelleyin:
{
"mcpServers": {
"github-server": {
"command": "C:\\path\\to\\mcp-github-server\\venv\\Scripts\\python.exe",
"args": ["C:\\path\\to\\mcp-github-server\\server.py"]
}
}
}Gereksinimler
Tum bagimliliklar requirements.txt icinde tanimlidir.
This server cannot be deployed
Maintenance
Related MCP Connectors
An MCP server that gives your AI access to the source code and docs of all public github repos
Create, deploy, and operate MCP servers directly from your GitHub repositories.
A MCP server built for developers enabling Git based project management with project and personal…
Related MCP Servers
- -licenseNot gradedqualityAmaintenanceMCP Server for the GitHub API, enabling file operations, repository management, search functionality, and more.84,416 npm90,196MIT
- FlicenseNot gradedqualityDmaintenanceStandalone MCP server for GitHub that enables repository management, branch operations, pull request handling, and commit retrieval via tools listed in the README.1-
- AlicenseBqualityDmaintenanceSimple MCP server for GitHub operations, currently supports creating repositories.548 npmMIT
- AlicenseNot gradedqualityDmaintenanceMCP server for the GitHub API, enabling file operations, repository management, search functionality, issues, pull requests, and more.48 npmMIT