# Add to your Claude Code skills
git clone https://github.com/puravparab/Gitingest-MCPGuides for using mcp servers skills like Gitingest-MCP.
Last scanned: 5/30/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-30T16:17:53.080Z",
"npmAuditRan": true,
"pipAuditRan": true
}Gitingest-MCP is an open-source mcp servers skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by puravparab. mcp server for gitingest. It has 138 GitHub stars.
Yes. Gitingest-MCP passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/puravparab/Gitingest-MCP" and add it to your Claude Code skills directory (see the Installation section above).
Gitingest-MCP is primarily written in Python. It is open-source under puravparab on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other MCP Servers skills you can browse and compare side by side. Open the MCP Servers category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh Gitingest-MCP against similar tools.
No comments yet. Be the first to share your thoughts!
Top skills in this category by stars
An MCP server for gitingest. This allows MCP clients like Claude Desktop, Cline, Cursor, etc to quickly extract information about Github repositories including
https://github.com/user-attachments/assets/c1fa596b-a70b-4d37-91d9-ea5e80284793
To install gitingest-mcp via Smithery:
npx -y @smithery/cli@latest install @puravparab/gitingest-mcp --client claude --config "{}" # Claude
npx -y @smithery/cli@latest run @puravparab/gitingest-mcp --client cursor --config "{}" # Cursor
npx -y @smithery/cli@latest install @puravparab/gitingest-mcp --client windsurf --config "{}" # Windsurf
npx -y @smithery/cli@latest install @puravparab/gitingest-mcp --client cline --config "{}" # Cline
Add this to the MCP client config file
{
"mcpServers": {
"gitingest-mcp": {
"command": "<path to uv>/uvx",
"args": [
"--from",
"git+https://github.com/puravparab/gitingest-mcp",
"gitingest-mcp"
]
}
}
}
Clone the repo
git clone https://https://github.com/puravparab/Gitingest-MCP
cd Gitingest-MCP
Install dependencies
uv sync
Add this to the MCP client config file
{
"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"
]
}
}
}
If you have issues, follow this MCP server documentation
Add to Claude Desktop
Open config file in your IDE
cursor ~/Library/Application\ Support/Claude/claude_desktop_config.json
code ~/Library/Application\ Support/Claude/claude_desktop_config.json
uv run mcp dev src/gitingest_mcp/server.py