From 827a804326c38cc19c8dac6d0d6246eb4cdf6e1f Mon Sep 17 00:00:00 2001 From: Lawrence Sinclair Date: Thu, 17 Jul 2025 09:46:20 -0700 Subject: [PATCH] Add MseeP.ai badge to README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1de0cd3..3b8e23c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![MseeP.ai Security Assessment Badge](https://mseep.net/pr/patrickomatik-mcp-bash-badge.png)](https://mseep.ai/app/patrickomatik-mcp-bash) + # MCP Bash A simple Model-Context-Protocol (MCP) server for executing bash commands. This project allows you to execute bash commands via an MCP server interface, with all the potential security risks that entails! I couldn't find anything else like this in the public domain at the time of writing, so I wrote my own. It's a boon when getting Claude Desktop to write code (it can run the tests, assess the results and fix the issues is finds in one pass.)