Back to Home
bobmatnyc icon

py-mcp-installer-service

Verified Safe

by bobmatnyc

Overview

Installs and manages Model Context Protocol (MCP) servers across various AI coding tools.

Installation

Run Command
mcp-installer

Environment Variables

  • CLAUDE_CODE_ENV
  • AUGGIE_HOME

Security Notes

The server primarily relies on executing external commands (`subprocess.run`) for installation and management. While this is inherent to its functionality (installing other services/binaries), it introduces a risk if untrusted `command` or `args` are passed directly to `install_server` methods, potentially leading to command injection. The library mitigates some risks through `mask_credentials` for logging, atomic file operations, and structured command building. There are no obvious hardcoded secrets or arbitrary `eval` usage within the provided code.

Similar Servers

Stats

Interest Score55
Security Score8
Cost ClassLow
Avg Tokens300
Stars1
Forks0
Last Update2025-12-05

Tags

MCPAI Coding ToolsInstallerConfiguration ManagementPython Library