Skip to main content
Glama
JesusMaster

GitHub See MCP Server

by JesusMaster

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の使用(推奨)

  1. リポジトリをクローンします。

    git clone https://github.com/JesusMaster/github-see-mcp-server.git
    cd github-see-mcp-server
  2. Docker イメージをビルドします。

    docker build -t github-see-mcp-server .

🔧 構成

サーバーは以下を使用して構成できます。

  1. 環境変数

  2. 実行時に渡される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

🤝 貢献する

  1. リポジトリをフォークする

  2. 機能ブランチを作成します( git checkout -b feature/amazing-feature

  3. 変更をコミットします ( git commit -m 'Add some amazing feature' )

  4. ブランチにプッシュする ( git push origin feature/amazing-feature )

  5. プルリクエストを開く

📜 ライセンス

このプロジェクトは MIT ライセンスに基づいてライセンスされています。

📞 お問い合わせ

プロジェクトオーナー: JesusMaster

GitHub: @JesusMaster

🙏 謝辞

F
license - not found
Not graded
quality - not tested
D
maintenance

Maintenance

0Releases (12mo)

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

Related MCP Servers

View all related MCP servers

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/JesusMaster/github-see-mcp-server'

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