Back to Home
asadmpatel9890 icon

basic_mcp_server

Verified Safe

by asadmpatel9890

Overview

Facilitates AI-powered interaction and retrieval of GitHub repository information using Groq's fast inference capabilities.

Installation

Run Command
python client.py

Environment 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

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens750
Stars0
Forks0
Last Update2025-12-14

Tags

GitHubAIMCPLLMAgent