Skip to main content
Glama
Mervecaliskann

mcp-github-server

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: forgejo-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.txt

Calistirma

python server.py

Server, 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.

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • An MCP server that gives your AI access to the source code and docs of all public github repos

  • A MCP server built for developers enabling Git based project management with project and personal…

  • A basic MCP server to operate on the Postman API.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Mervecaliskann/mcp-github-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server