Back to Home
lirantal icon

ls-mcp

Verified Safe

by lirantal

Overview

A command-line tool for discovering, analyzing, and reporting on Model Context Protocol (MCP) server configurations in a local development environment, including their status, versioning, and potential credential exposures.

Installation

Run Command
npx ls-mcp

Environment Variables

  • HOME
  • NODE_DEBUG

Security Notes

The tool uses `child_process.execSync` to list running processes on the system (e.g., `ps` on Unix, `powershell` on Windows). While `execSync` can be a security risk if used with unsanitized user input, in this tool's implementation, the commands executed are fixed and not directly constructed from arbitrary user input, mitigating direct command injection risks. It also actively detects and masks potential credentials within *other* MCP server configurations, which is a security feature, not a vulnerability in the tool itself. The tool is designed to enhance security awareness by highlighting configuration issues.

Similar Servers

Stats

Interest Score52
Security Score9
Cost ClassLow
Stars76
Forks8
Last Update2025-12-01

Tags

CLIDeveloper ToolMCPConfigurationProcess MonitoringSecurity Analysis