Back to Home
slamb2k icon

glam-mcp

Verified Safe

by slamb2k

Overview

Orchestrates and automates various Git and GitHub development workflows, providing rich, contextual feedback and intelligent suggestions to AI agents or developers.

Installation

Run Command
npx glam-mcp

Environment 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

Stats

Interest Score0
Security Score5
Cost ClassMedium
Avg Tokens2000
Stars0
Forks0
Last Update2025-11-23

Tags

gitgithubautomationdeveloper-toolsai-agent