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
This MCP Server allows users to semantically search and query their GitHub starred repositories using natural language, leveraging Cloudflare's AutoRAG for efficient AI-powered search over repository READMEs and metadata.
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.
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.