glam-mcp
Verified Safeby slamb2k
Overview
Orchestrates and automates various Git and GitHub development workflows, providing rich, contextual feedback and intelligent suggestions to AI agents or developers.
Installation
npx glam-mcpEnvironment Variables
- GITHUB_TOKEN
- MCP_SERVER_PORT
- MCP_SERVER_HOST
- MCP_LOG_LEVEL
- MCP_SESSION_PATH
- MCP_DISABLED_TOOLS
Security Notes
Extensive use of `child_process.execSync` and `gh` CLI commands makes the server vulnerable to command injection if user inputs (or AI-generated inputs) are not thoroughly sanitized. While parameters are often quoted for Git commands, a comprehensive review of all user-provided strings passed to `execGitCommand` or `execSync` is crucial. Direct interaction with GitHub API requires a `GITHUB_TOKEN` and relies on `gh` CLI security. File system operations use `path.join` but inputs like `output_path` still need careful validation against directory traversal.
Similar Servers
awesome-mcp-servers
A comprehensive directory for discovering various Model Context Protocol (MCP) servers, clients, and frameworks across different domains, facilitating integration with AI assistants.
zenfeed
An AI-powered information hub that acts as an intelligent RSS reader, real-time news knowledge base, and personal assistant for monitoring events and delivering analysis reports.
mcp-dblp
Provides a Model Context Protocol (MCP) server for Large Language Models (LLMs) to access, search, and manage publications and BibTeX entries from the DBLP computer science bibliography database.
mcp-forge
A command-line interface (CLI) tool for scaffolding new Model Context Protocol (MCP) servers with various configurable features and transports.