GitHub Repository Analyzer MCP Server
This server provides a Model Context Protocol (MCP) interface for AI assistants
to analyze GitHub repositories. It enables structured access to repository data,
issues, and pull requests.
AI Assistant Integration Guide
To use this server with your AI assistant (Claude, GPT, etc.):
1. Use OpenRouter Integration:
• Set up environment variables (OPENROUTER_API_KEY)
• Run: node openrouter-integration.js
2. Direct API Calls:
• Make POST requests to https://gitbridge-mib3.onrender.com/mcp endpoint
• Include action_id and parameters
3. Example AI Prompt:
• "Analyze the GitHub repository microsoft/vscode using the MCP server at https://gitbridge-mib3.onrender.com/mcp"