From 5a59a2bb5288739e9559276c730f8939190bfd57 Mon Sep 17 00:00:00 2001 From: tumf Date: Wed, 11 Dec 2024 12:12:12 +0900 Subject: [PATCH 1/2] docs: add tumf/mcp-shell-server to the list of MCP servers in README files to provide users with more options for command execution --- README-ja.md | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README-ja.md b/README-ja.md index 267f42df..1aad63f9 100644 --- a/README-ja.md +++ b/README-ja.md @@ -191,6 +191,7 @@ Gitリポジトリおよびバージョン管理プラットフォームとの - [andybrandt/mcp-simple-timeserver](https://github.com/andybrandt/mcp-simple-timeserver) 🐍 🏠☁️ - クライアントマシンのローカル時間またはNTPサーバーからの現在のUTC時間を確認するためのMCPサーバー - [andybrandt/mcp-simple-openai-assistant](https://github.com/andybrandt/mcp-simple-openai-assistant) - 🐍 ☁️ MCPを使用してOpenAIアシスタントと対話(Claudeは任意のGPTモデルをアシスタントとして使用できます) - [@joshuarileydev/simulator-mcp-server](https://www.npmjs.com/package/@joshuarileydev/simulator-mcp-server) - 📇 🏠 iOSシミュレータを制御し、シミュレータを起動し、アプリをインストール/起動するためのMCPサーバー。 +- [tumf/mcp-shell-server](https://github.com/tumf/mcp-shell-server) シェルからホワイトリストにあるコマンドを実行して結果を返すMCPサーバ ## フレームワーク diff --git a/README.md b/README.md index 044cb1e6..2f09aa31 100644 --- a/README.md +++ b/README.md @@ -212,7 +212,7 @@ Interact with Git repositories and version control platforms. Enables repository - [@llmindset/mcp-hfspace](https://github.com/evalstate/mcp-hfspace) 📇 ☁️ - Use HuggingFace Spaces directly from Claude. Use Open Source Image Generation, Chat, Vision tasks and more. Supports Image, Audio and text uploads/downloads. - [zueai/mcp-manager](https://github.com/zueai/mcp-manager) 📇 ☁️ - Simple Web UI to install and manage MCP servers for Claude Desktop App. - [wong2/mcp-cli](https://github.com/wong2/mcp-cli) 📇 🏠 - CLI tool for testing MCP servers - +- [tumf/mcp-shell-server](https://github.com/tumf/mcp-shell-server) A secure shell command execution server implementing the Model Context Protocol (MCP) ## Frameworks From 0d92191d02fe71daf32f73350aa498ac17482b2c Mon Sep 17 00:00:00 2001 From: tumf Date: Thu, 12 Dec 2024 07:50:36 +0900 Subject: [PATCH 2/2] move mcp-shell-server to Commad line section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8425a328..18f6f471 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,7 @@ Run commands, capture output and otherwise interact with shells and command line - [g0t4/mcp-server-commands](https://github.com/g0t4/mcp-server-commands) 📇 🏠 - Run any command with `run_command` and `run_script` tools. - [MladenSU/cli-mcp-server](https://github.com/MladenSU/cli-mcp-server) 🐍 🏠 - Command line interface with secure execution and customizable security policies +- [tumf/mcp-shell-server](https://github.com/tumf/mcp-shell-server) A secure shell command execution server implementing the Model Context Protocol (MCP) ### 💬 Communication @@ -223,7 +224,6 @@ Interact with Git repositories and version control platforms. Enables repository - [@llmindset/mcp-hfspace](https://github.com/evalstate/mcp-hfspace) 📇 ☁️ - Use HuggingFace Spaces directly from Claude. Use Open Source Image Generation, Chat, Vision tasks and more. Supports Image, Audio and text uploads/downloads. - [zueai/mcp-manager](https://github.com/zueai/mcp-manager) 📇 ☁️ - Simple Web UI to install and manage MCP servers for Claude Desktop App. - [wong2/mcp-cli](https://github.com/wong2/mcp-cli) 📇 🏠 - CLI tool for testing MCP servers -- [tumf/mcp-shell-server](https://github.com/tumf/mcp-shell-server) A secure shell command execution server implementing the Model Context Protocol (MCP) ## Frameworks