general MCP Server
mcp server for gitingest
Discovered via list:awesome-mcp-servers-appcypher and last synced 3mo ago.
1. Install the package
npx -y @smithery/cli@latest install @puravparab/gitingest-mcp --client claude --config "{}"2. Add to claude_desktop_config.json
{
"mcpServers": {
"gitingest-mcp": {
"command": "npx",
"args": [
"Gitingest-MCP"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)