git-repos-mcp
Verified Safeby VenkatRamReddyK
Overview
This server exposes a Model Context Protocol (MCP) resource to list the public GitHub repositories of a specific user.
Installation
npx ts-node mcp-server.tsEnvironment Variables
- PORT
Security Notes
The server makes an API call to a standard GitHub endpoint. No 'eval' or obfuscation is present. There are no hardcoded secrets, and the username for the GitHub API call is public information. The network risk is minimal, relying on the security of the GitHub API itself.
Similar Servers
git-mcp-server
A Model Context Protocol (MCP) server that provides Git-specific tools and resources for AI/LLM agents to interact with version control systems.
mcp-github-pr-issue-analyser
Enables LLMs to interact with GitHub for automated Pull Request analysis, issue management, and release tracking, along with public IP information retrieval.
repository-manager
Manages Git repositories (cloning, pulling, status, configuration) and serves as an Agentic AI tool for interacting with codebases, enabling semantic search and Python script execution.
github-stars-contributions-mcp
An MCP server that allows AI assistants to manage GitHub Stars contributions and profile links through natural language interaction.