MCP Command Server
@Andrew-Beniash
MCP Command Server について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-command-server": {
"command": "uv",
"args": [
"pip",
"install",
"mcp-command-server"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP Command Server?
MCP Command Server is a secure Model Context Protocol (MCP) server for executing system commands through LLM applications like Claude. It is designed for users who need to run controlled shell commands via AI assistants while maintaining security.
How to use MCP Command Server?
Install with uv pip install mcp-command-server, set the ALLOWED_COMMANDS environment variable (e.g., export ALLOWED_COMMANDS="ls,pwd,echo"), then add the server to Claude Desktop configuration by providing the command uv run python -m mcp_command_server and the environment variable.
Key features of MCP Command Server
- Secure command execution with a whitelist
- User confirmation required for all commands
- Comprehensive audit logging
- Input validation and sanitization
- Direct Claude Desktop integration
Use cases of MCP Command Server
- Allowing Claude to run safe system commands (e.g., list files, print working directory)
- Adding controlled command execution to AI workflows without exposing full shell access
- Auditing all command invocations from an LLM application
FAQ from MCP Command Server
Which commands can be executed?
Only commands explicitly listed in the ALLOWED_COMMANDS environment variable (e.g., ls, pwd, echo) are permitted.
Is user confirmation required for every command?
Yes, user confirmation is required for all commands before execution.
How does MCP Command Server integrate with Claude Desktop?
It is configured as an MCP server in Claude Desktop’s claude_desktop_config.json with the command uv run python -m mcp_command_server and the ALLOWED_COMMANDS environment variable.
What security measures are implemented?
The server enforces a command whitelist, performs input validation and sanitization, and maintains comprehensive audit logs of all command executions.
「その他」の他のコンテンツ
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Nginx UI
0xJackyYet another WebUI for Nginx
コメント