Gitingest MCP Server
@narumiruna
关于 Gitingest MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"gitingestmcp": {
"command": "uvx",
"args": [
"gitingestmcp@latest"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Gitingest MCP Server?
Gitingest MCP Server is a Model Context Protocol (MCP) server that integrates with gitingest to turn any Git repository into a simple text digest of its codebase. It is designed for AI assistants to analyze and ingest repository content through tools.
How to use Gitingest MCP Server?
Configure the server in your AI assistant’s settings using uvx (PyPI: gitingestmcp@latest) or a local/remote Git installation. The server exposes a single tool, ingest_git, which accepts a repository URL or local path and optional filters.
Key features of Gitingest MCP Server
- Easy integration with AI assistants via the Model Context Protocol
- Git repository analysis and ingestion capabilities
- Support for filtering files by size, patterns, and branches
- Returns comprehensive repository summary, file structure, and content
Use cases of Gitingest MCP Server
- Feeding a Git repository’s codebase to an AI assistant for analysis
- Generating a digest of a repository’s structure and content
- Filtering repository files by size or pattern before ingestion
FAQ from Gitingest MCP Server
What does the ingest_git tool do?
It analyzes a Git repository and returns its content in a structured format, including a summary, tree-like file structure, and file contents.
What parameters does ingest_git accept?
It requires a source (URL or local path) and accepts optional max_file_size (default 10 MB), include_patterns, exclude_patterns, and branch (default "main").
How do I install Gitingest MCP Server?
Install via uvx gitingestmcp@latest (PyPI), from a GitHub URL using uvx with --from, or run locally with uv and a directory path.
What is the default branch and file size limit?
The default branch is "main" and the default maximum file size is 10 MB.
Does the server return the full content of the repository?
Yes, the returned string contains the repository summary, a tree-like file structure, and the content of included files.
其他 分类下的更多 MCP 服务器
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
ghidraMCP
LaurieWiredMCP Server for Ghidra
评论