Back to Home
serkan-ozal icon

browser-devtools-mcp-demo

Verified Safe

by 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

Run Command
cd GithubWhisper/backend && python -m src.main

Environment 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

Stats

Interest Score34
Security Score6
Cost ClassHigh
Avg Tokens500
Stars2
Forks0
Last Update2026-01-19

Tags

GitHubAIChatbotAnalyticsFastAPILangChainMCP