GitHub See MCP Server
GitHub MCPサーバーを参照
GitHub See MCP(Model Context Protocol)プロジェクトのサーバーサイド実装です。このサーバーは、GitHubリポジトリとモデルのインタラクション間のコンテキスト処理と管理を処理し、AI機能をコードベースにシームレスに統合します。
🚀 機能
GitHub イベントのリアルタイム Webhook 処理
モデルコンテキストプロトコル(MCP)を介したAIモデル通信
リポジトリアクションを処理するためのイベント駆動型アーキテクチャ
リポジトリとモデルのマッピングのカスタム構成
GitHub OAuthによる安全な認証
詳細なログ記録と監視機能
Related MCP server: CodeAlive MCP
📋 前提条件
Node.js (v16.x 以上)
MongoDB (v5.0 以上)
有効な GitHub OAuth アプリケーション認証情報
互換性のあるAIモデルのエンドポイント
🔧 インストール
Dockerの使用(推奨)
リポジトリをクローンします。
git clone https://github.com/JesusMaster/github-see-mcp-server.git cd github-see-mcp-serverDocker イメージをビルドします。
docker build -t github-see-mcp-server .
🔧 構成
サーバーは以下を使用して構成できます。
環境変数
実行時に渡されるDocker環境変数
Docker デプロイメントの場合、構成オプションを直接渡すことができます。
docker run -d -p 3200:3200 -e GITHUB_TOKEN={YOUR_TOKEN_HERE} -e MCP_SSE_PORT=3200 --name github-see-mcp-server github-see-mcp-server📦 プロジェクト構造
github-see-mcp-server/
├── controllers/ # Request handlers
│ ├── github.ts
│ └── issues.ts
├── Dockerfile # Production Docker configuration
├── main.ts # Application entry point
├── sse-server.ts # Server-Sent Events handler (if applicable)
├── package.json # Project dependencies
├── pnpm-lock.yaml # PNPM lock file
├── README.md # This file
└── tsconfig.json # TypeScript configuration🤝 貢献する
リポジトリをフォークする
機能ブランチを作成します(
git checkout -b feature/amazing-feature)変更をコミットします (
git commit -m 'Add some amazing feature')ブランチにプッシュする (
git push origin feature/amazing-feature)プルリクエストを開く
📜 ライセンス
このプロジェクトは MIT ライセンスに基づいてライセンスされています。
📞 お問い合わせ
プロジェクトオーナー: JesusMaster
GitHub: @JesusMaster
🙏 謝辞
このプロジェクトの形成にご協力いただいた素晴らしい貢献者の皆様
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 Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
An MCP server that gives your AI access to the source code and docs of all public github repos
A Model Context Protocol (MCP) application for automated GitHub PR analysis and issue management.…
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that enables AI assistants like Claude to interact with GitHub repositories, issues, and pull requests.17MIT

CodeAlive MCPofficial
AlicenseNot gradedqualityAmaintenanceA Model Context Protocol server that enhances AI agents by providing deep semantic understanding of codebases, enabling more intelligent interactions through advanced code search and contextual awareness.88MIT- FlicenseNot gradedqualityNot gradedmaintenanceModel Context Protocol server that enables interaction with GitHub repositories, issues, pull requests, and search functionality through natural language.1
- -licenseNot gradedqualityNot gradedmaintenanceAn advanced Model Context Protocol server that integrates GitHub repositories with Google Gemini AI to provide intelligent code assistance, analysis, and repository management operations.
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/JesusMaster/github-see-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server