basic_mcp_server
Verified Safeby asadmpatel9890
Overview
Facilitates AI-powered interaction and retrieval of GitHub repository information using Groq's fast inference capabilities.
Installation
python client.pyEnvironment Variables
- GROQ_API_KEY
Security Notes
The code primarily fetches public GitHub repository information using the 'requests' library, which is generally secure. The 'get_repo' function takes a 'name' parameter, which is used to construct a GitHub API URL. While this could potentially be misused to query non-existent users or trigger rate limits on the GitHub API, it does not appear to enable arbitrary code execution, file system access, or expose hardcoded secrets. All sensitive keys are loaded via environment variables. The client runs the server locally via a direct Python command.
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.
compound-mcp-server
Provides a Model Context Protocol (MCP) server for interacting with Groq models, including compound/meta models, exposing tools for real-time information and code execution capabilities from the Groq AI.
groq-mcp-server
Provides a Model Context Protocol (MCP) server to access Groq's AI capabilities, including ultra-fast LLM chat, vision, text-to-speech, speech-to-text, agentic tooling, and batch processing, from clients like Claude Desktop and Cursor.