G
Gitinsight MCP
๐ An MCP server that connects AI assistants to GitHub, providing intelligent insights into repositories, commits, and developer activity. Built to showcase modern AI integration patterns.
Created 12/12/2025
Updated 3 days ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Install Package (if required)
npx @modelcontextprotocol/server-gitinsight-mcp
Cursor configuration (mcp.json)
{
"mcpServers": {
"marwaniiwael18-gitinsight-mcp": {
"command": "npx",
"args": [
"marwaniiwael18-gitinsight-mcp"
]
}
}
}