ギティンゲスト-MCP
gitingest用のMCPサーバー。これにより、Claude Desktop、Cline、CursorなどのMCPクライアントが、Githubリポジトリに関する情報を素早く抽出できるようになります。
リポジトリの概要
プロジェクトディレクトリ構造
ファイルの内容
https://github.com/user-attachments/assets/c1fa596b-a70b-4d37-91d9-ea5e80284793
目次
インストール
Smithery経由でインストール
Smithery経由で gitingest-mcp をインストールするには:
npx -y @smithery/cli@latest install @puravparab/gitingest-mcp --client claude --config "{}" # Claudenpx -y @smithery/cli@latest run @puravparab/gitingest-mcp --client cursor --config "{}" # Cursornpx -y @smithery/cli@latest install @puravparab/gitingest-mcp --client windsurf --config "{}" # Windsurfnpx -y @smithery/cli@latest install @puravparab/gitingest-mcp --client cline --config "{}" # Cline
Github経由でインストール
これをMCPクライアント設定ファイルに追加します
{ "mcpServers": { "gitingest-mcp": { "command": "<path to uv>/uvx", "args": [ "--from", "git+https://github.com/puravparab/gitingest-mcp", "gitingest-mcp" ] } } }
リポジトリを手動でインストールする
リポジトリをクローンする
git clone https://https://github.com/puravparab/Gitingest-MCP cd Gitingest-MCP依存関係をインストールする
uv syncこれをMCPクライアント設定ファイルに追加します
{ "mcpServers": { "gitingest": { "command": "<path to uv>/uv", "args": [ "run", "--with", "mcp[cli]", "--with-editable", "<path to gitingest-mcp project>/gitingest_mcp", "mcp", "run", "<path to gitingest-mcp project>/gitingest-mcp/src/gitingest_mcp/server.py" ] } } }問題がある場合は、このMCPサーバーのドキュメントに従ってください。
MCPクライアント構成の更新
クロードデスクトップに追加
IDEで設定ファイルを開く
cursor ~/Library/Application\ Support/Claude/claude_desktop_config.jsoncode ~/Library/Application\ Support/Claude/claude_desktop_config.json
デバッグ
MCPインスペクタの使用
uv run mcp dev src/gitingest_mcp/server.py
Gitingest用のMCPサーバー。Claude Desktop、Cursor、ClineなどのMCPクライアントが、リポジトリの概要、プロジェクトのディレクトリ構造、ファイルの内容など、Githubリポジトリに関する情報を素早く抽出できるようにします。
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityMCP Server for the GitHub API, enabling file operations, repository management, search functionality, and more.Last updated -22,57368,406MIT License
- AsecurityAlicenseAqualityA specialized MCP server for in-depth analysis of git repositories, offering tools for branch overview, time period analysis, file changes, and merge recommendations.Last updated -42Apache 2.0
- AsecurityAlicenseAqualityMCP Tool Server for Gitee, supporting the management of repository files/branches, Issues, and Pull Requests.Last updated -20417MIT License
- AsecurityAlicenseAqualityA MCP server that provides access to GitHub trending repositories and developers data through a simple API interface.Last updated -233MIT License