Back to Home
HenFaibishProjects icon

mcp-gitpower-server

Verified Safe

by HenFaibishProjects

Overview

This server acts as a Model Context Protocol (MCP) tool provider, allowing an agent to list GitHub repositories for a specified organization or user.

Installation

Run Command
npm run start

Environment Variables

  • GITHUB_TOKEN
  • GITHUB_ORG

Security Notes

The code correctly loads GitHub credentials from environment variables, avoiding hardcoded secrets. It utilizes a well-known SDK (@octokit/rest) for GitHub interactions. The application's core logic for handling tool calls appears straightforward and free from obvious malicious patterns or 'eval' usage. Input validation is handled by the MCP SDK's schemas (ListToolsRequestSchema, CallToolRequestSchema). The main security concern would be ensuring the GITHUB_TOKEN has appropriate, least-privilege scopes.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2025-12-01

Tags

GitHubMCPToolNode.jsAgent