github-stars-contributions-mcp
Verified Safeby AnandChowdhary
Overview
An MCP server that allows AI assistants to manage GitHub Stars contributions and profile links through natural language interaction.
Installation
npx github-stars-contributions-mcpEnvironment Variables
- GITHUB_STARS_TOKEN
Security Notes
No direct source code for the main application logic (`github-stars-contributions-mcp.mjs`) was provided, limiting a full deep dive. However, analysis of `package.json` and `package-lock.json` reveals standard, reputable dependencies, including `express-rate-limit` for API protection. Secrets (GitHub Stars Token) are configured via environment variables, which is a good security practice. No obvious malicious patterns, obfuscation, or hardcoded secrets were found in the provided files.
Similar Servers
github-stars
A Cloudflare-powered Model Context Protocol (MCP) server that enables natural language search and querying of a user's GitHub starred repositories.
mcp-github-pr-issue-analyser
This server enables LLMs to automate GitHub repository management, including analyzing pull requests, managing issues, and controlling releases, alongside retrieving IP address information.
gitlab-mcp-server
This server provides tools to interact with a self-hosted GitLab instance to fetch and manage project, issue, and wiki data.
git-repos-mcp
This server exposes a Model Context Protocol (MCP) resource to list the public GitHub repositories of a specific user.