Skip to main content
Glama
rajeevpvt304-ops

GitHub Tools MCP Server

GitHub Tools MCP Server

本物の Model Context Protocol サーバーで、GitHub REST API に対して読み取り専用のツールを公開します。1分以内で Claude Desktop や Claude Code にインストールでき、さらに、同じツールロジックを通常のチャットUIで試せる独立したWebデモも付属しています。

ライブデモ: https://mcp-demo-phi.vercel.app/demo

ステータス: これが何であり、何でないか

稼働中かつデプロイ済み。 全5つのツールを実際のGitHubデータで検証し、3つのテストスイートで42件の自動チェックが通り、本番URLでアプリ全体が稼働していることを確認済みです。ここまでのすべての判断とバグを正直に記録した継続的な記録は DESIGN_LOG.md を参照してください。

WebデモはMCPトランスポートではありません。 MCPプロトコルを話すのではなく、同じ tools.py の関数をPythonの関数として直接呼び出す、素の FastAPI アプリです。正確に区別しておく価値のある相違点です — 実際のリモートMCPトランスポートをここで試していない理由は、DESIGN_LOG.md のセクション3を参照してください。

Related MCP server: GitHub MCP Connector

アーキテクチャ

                    ┌─────────────────────┐
                    │      tools.py        │  <- 5 pure functions, no
                    │  (GitHub REST calls   │     MCP-specific code
                    │   via github_client)   │
                    └──────────┬───────────┘
                               │
              ┌────────────────┴────────────────┐
              │                                  │
    ┌─────────▼─────────┐            ┌───────────▼──────────┐
    │     server.py       │            │     api/index.py       │
    │  MCPServer, stdio    │            │  FastAPI, POST /chat    │
    │  transport            │            │  real Claude tool-      │
    │  -> Claude Desktop/    │            │  calling loop over       │
    │     Claude Code        │            │  the same tools           │
    └─────────────────────┘            └────────────────────────┘
     THE MCP SERVER                      A PLAIN HTTP DEMO OF
     (the real deliverable)              THE SAME TOOL LOGIC

セットアップ

cp .env.example .env   # GITHUB_TOKEN (both halves), ANTHROPIC_API_KEY (web demo only)
pip install -r requirements.txt

MCPサーバーをローカルで実行する

python3 server.py

Claude Desktop に追加する: %APPDATA%\Claude\claude_desktop_config.json(Windows)または ~/Library/Application Support/Claude/claude_desktop_config.json(macOS)を編集し、claude_desktop_config.example.json の内容をマージします(実際の GITHUB_TOKENserver.py の絶対パスを記入してください)。その後 Claude Desktop を再起動します。Claude Code に追加する: claude mcp add を実行するか、お使いのプロジェクトの .mcp.json を同じように編集します。

手動の対話型開発ワークフロー: 完全なクライアントなしでサーバーを手動で調べられるように、SDK にはインスペクターが同梱されています — npx @modelcontextprotocol/inspector python3 server.py

Webデモをローカルで実行する

export $(cat .env | xargs)
uvicorn api.index:app --reload --port 8020

設計ログ

明白でないすべての決定に加えて、古くなっている可能性のあるドキュメントから推定するのではなく、実際にインストールされたパッケージに対して検証したSDK APIサーフェスも、DESIGN_LOG.md に記載しています。

F
license - not found
Not graded
quality - not tested
B
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

  • A
    license
    Not graded
    quality
    Not graded
    maintenance
    Connects Claude Desktop to GitHub repositories, enabling users to perform git operations and GitHub API interactions through natural conversation.
    452
  • F
    license
    Not graded
    quality
    C
    maintenance
    Enables Claude to query GitHub repositories in plain English, fetching recent activity, release notes, issue triage, and health summaries via the GitHub API.

View all related MCP servers

Related MCP Connectors

  • Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.

  • Connect AI assistants to your GitHub-hosted Obsidian vault to seamlessly access, search, and analy…

  • Screens public GitHub repos and PRs to generate risk maps, findings, and merge-readiness signals.

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/rajeevpvt304-ops/github-tools-mcp'

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