browser-devtools-mcp-demo
Verified Safeby serkan-ozal
Overview
AI-powered GitHub analytics platform and chatbot that provides insights into developer profiles, repository statistics, and answers questions using GitHub Model Context Protocol (MCP).
Installation
cd GithubWhisper/backend && python -m src.mainEnvironment Variables
- OPENAI_API_KEY
- GITHUB_PAT
- PORT
Security Notes
The backend's FastAPI server is configured with CORS `allow_origins=['*']`, which is a significant security risk in a production environment as it allows requests from any origin. Although API keys (OPENAI_API_KEY, GITHUB_PAT) are properly loaded from environment variables and not hardcoded, the LangChain/LangGraph agent may be vulnerable to prompt injection attacks inherent to LLM-based applications if not specifically mitigated. No `eval` or obvious code obfuscation was detected.
Similar Servers
github-mcp-server
The GitHub MCP Server enables AI agents, assistants, and chatbots to interact with GitHub's platform for repository management, issue/PR automation, CI/CD intelligence, code analysis, and team collaboration through natural language.
octocode-mcp
The Octocode Research server enables AI agents to perform expert code forensics and deep-dive research across local filesystems (LSP, ripgrep, file I/O) and external GitHub repositories (code search, repo structure, pull requests, package search). It's optimized for architectural analysis, pattern discovery, and implementation planning.
gh-mcp
A GitHub CLI extension to seamlessly run the github-mcp-server in a Docker container using existing `gh` authentication.
mcp-server-for-Github
Provides comprehensive GitHub workflow automation for AI-powered development teams, including Actions monitoring, advanced PR management, intelligent code search, and complete file management.