MladenSU/cli-mcp-server
Overview
A command line interface (CLI) for MCP with secure execution, customizable security policies, and protection against vulnerabilities like path traversal and shell injection.
Capabilities
- • stdio transport support
- • github integration
- • mcp client integration
- • workflow automation support
Best For
CLI tool for MCP with secure execution, customizable security policies, and vulnerability protection.
Decision Snapshot
Install
available
Usage
available
Docs
1 links
Config
2 strong hints
Capabilities
4 key capabilities detected
- • GitHub stars: 168
- • Forks: 32
- • Source provenance count: 1
- • Active signal: Updated this week from lifecycle signals.
- • Last seen: 4/15/2026
- • Published: 3/18/2026
Installation / Setup
npx @smithery/cli install cli-mcp-server --client claude
Example Config
This is an MCP Find-authored example config generated from strong evidence.
Review official documentation and source metadata for complete setup parameters.
{
"mcpServers": {
"cli-mcp-server": {
"command": "npx",
"args": [
"@smithery/cli",
"install",
"cli-mcp-server",
"--client",
"claude"
]
}
}
}Usage
~/Library/Application\ Support/Claude/claude_desktop_config.json
Features
- • 🔒 Secure command execution with strict validation
- • ⚙️ Configurable command and flag whitelisting with 'all' option
- • 🛡️ Path traversal prevention and validation
- • 🚫 Shell operator injection protection
- • ⏱️ Execution timeouts and length limits
- • 📝 Detailed error reporting
- • 🔄 Async operation support
- • 🎯 Working directory restriction and validation
Use Cases
- • Supports capabilities such as: stdio transport support; github integration; mcp client integration.
- • Common usage themes: mcp, curated, markdown-list, awesome-mcp-servers-punkpeye.
Supported Clients / Integrations
- • stdio transport support
- • github integration
- • mcp client integration
- • workflow automation support
Compatibility Signals
- • GitHub: supports (Detected in parser config/capability hints.)
Prompt Examples
example
• ~/Library/Application\ Support/Claude/claude_desktop_config.json
Notes / Requirements
- • Primary language: Python
- • License: MIT
- • Documentation coverage: medium
- • Parser coverage score: 1.00
- • Source feeds: Awesome MCP Servers (punkpeye)
- • Topic cluster: general
Official Links
Source Information
You can verify all information on this page against the source repository above.
Related MCP Tools
tumf/mcp-shell-server
A secure shell command execution server implementing the Model Context Protocol (MCP).
OthmaneBlial/term_mcp_deepseek
A DeepSeek MCP-like server for terminal environments, featuring chat interface, AI integration, terminal command execution, MCP endpoints, and session management.
ezyang/codemcp
A Python coding agent with basic read, write, and command line tools, categorized as an MCP tool.
irskep/persistproc
An MCP server and command line tool enabling agents to monitor and control long-running processes (e.g., web servers) through start, stop, restart, and log reading.
What To Do Next
Continue from this tool into a workflow and a learn guide to shorten implementation time.