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.txtMCPサーバーをローカルで実行する
python3 server.pyClaude Desktop に追加する: %APPDATA%\Claude\claude_desktop_config.json(Windows)または ~/Library/Application Support/Claude/claude_desktop_config.json(macOS)を編集し、claude_desktop_config.example.json の内容をマージします(実際の GITHUB_TOKEN と server.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 に記載しています。
This server cannot be installed
Maintenance
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
- AlicenseNot gradedqualityNot gradedmaintenanceConnects Claude Desktop to GitHub repositories, enabling users to perform git operations and GitHub API interactions through natural conversation.452
- FlicenseNot gradedqualityBmaintenanceEnables browsing GitHub profile, repositories, issues, and pull requests directly in Claude conversation through OAuth authentication.
- AlicenseNot gradedqualityDmaintenanceEnables Claude to analyze GitHub repositories with tools for health scoring, contributor analysis, issue tracking, code search, and more.MIT
- FlicenseNot gradedqualityCmaintenanceEnables Claude to query GitHub repositories in plain English, fetching recent activity, release notes, issue triage, and health summaries via the GitHub API.
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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