From 0319c19f745addc6fc8b4fa148e49e1b0a910248 Mon Sep 17 00:00:00 2001 From: Joshua Snyder Date: Wed, 21 May 2025 14:08:13 +0200 Subject: [PATCH 1/4] Add PostHog to dev tools --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12b5b815..33e9fa9c 100644 --- a/README.md +++ b/README.md @@ -456,7 +456,7 @@ Tools and integrations that enhance the development workflow and environment man - [alimo7amed93/webhook-tester-mcp](https://github.com/alimo7amed93/webhook-tester-mcp) 🐍 ☁️ – A FastMCP-based server for interacting with webhook-test.com. Enables users to create, retrieve, and delete webhooks locally using Claude. - [lpigeon/ros-mcp-server](https://github.com/lpigeon/ros-mcp-server) 🐍 🏠 🍎 🪟 🐧 - The ROS MCP Server supports robot control by converting user-issued natural language commands into ROS or ROS2 control commands. - [jsdelivr/globalping-mcp-server](https://github.com/jsdelivr/globalping-mcp-server) 🎖️ 📇 ☁️ - The Globalping MCP server provides users and LLMs access to run network tools like ping, traceroute, mtr, HTTP and DNS resolve from thousands of locations around the world. - +- [posthog/mcp](https://github.com/posthog/mcp) 📇 ☁️ - An MCP server for interacting with PostHog analytics, feature flags, error tracking and more. ### 🔒 Delivery - [https://github.com/jordandalton/doordash-mcp-server](https://github.com/JordanDalton/DoorDash-MCP-Server) 🐍 – DoorDash Delivery (Unofficial) From 38468ce5e7658859a176ad6af241a89f17ade970 Mon Sep 17 00:00:00 2001 From: Ryan Feigenbaum <48868107+royalfig@users.noreply.github.com> Date: Fri, 23 May 2025 14:04:03 -0400 Subject: [PATCH 2/4] add GrowthBook server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 12b5b815..63f29c0d 100644 --- a/README.md +++ b/README.md @@ -473,6 +473,7 @@ Integrations and tools designed to simplify data exploration, analysis and enhan - [arrismo/kaggle-mcp](https://github.com/arrismo/kaggle-mcp) 🐍 ☁️ - Connects to Kaggle, ability to download and analyze datasets. - [kdqed/zaturn](https://github.com/kdqed/zaturn) 🐍 🏠 🪟 🐧 🍎 - Link multiple data sources (SQL, CSV, Parquet, etc.) and ask AI to analyze the data for insights and visualizations. - [mckinsey/vizro-mcp](https://github.com/mckinsey/vizro/tree/main/vizro-mcp) 🎖️ 🐍 🏠 - Tools and templates to create validated and maintainable data charts and dashboards. +- [growthbook/growthbook-mcp](https://github.com/growthbook/growthbook-mcp) 🎖️ 📇 🏠 🪟 🐧 🍎 — Tools for creating and interacting with GrowthBook feature flags and experiments. ### 📟 Embedded System From 43c9ec5e516fc45f7920a3948797acaf1392e2c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tufan=20Tun=C3=A7?= Date: Sat, 24 May 2025 22:46:34 +0300 Subject: [PATCH 3/4] Add ssh-mcp server to README.md for SSH control of Linux and Windows servers via Model Context Protocol. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 63f29c0d..e28db9c4 100644 --- a/README.md +++ b/README.md @@ -234,6 +234,7 @@ Run commands, capture output and otherwise interact with shells and command line - [tumf/mcp-shell-server](https://github.com/tumf/mcp-shell-server) - A secure shell command execution server implementing the Model Context Protocol (MCP) - [automateyournetwork/pyATS_MCP](https://github.com/automateyournetwork/pyATS_MCP) - Cisco pyATS server enabling structured, model-driven interaction with network devices. - [wonderwhy-er/DesktopCommanderMCP](https://github.com/wonderwhy-er/DesktopCommanderMCP) 📇 🏠 🍎 🪟 🐧 - A swiss-army-knife that can manage/execute programs and read/write/search/edit code and text files. +- [tufantunc/ssh-mcp](https://github.com/tufantunc/ssh-mcp) 📇 🏠 🐧 🪟 - MCP server exposing SSH control for Linux and Windows servers via Model Context Protocol. Securely execute remote shell commands with password or SSH key authentication. ### 💬 Communication From 090f38afa0a4c2c1fbef5a6e9f164294ef6ac3b4 Mon Sep 17 00:00:00 2001 From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com> Date: Mon, 26 May 2025 07:36:25 -0400 Subject: [PATCH 4/4] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 33e9fa9c..2ee8c8fb 100644 --- a/README.md +++ b/README.md @@ -456,7 +456,8 @@ Tools and integrations that enhance the development workflow and environment man - [alimo7amed93/webhook-tester-mcp](https://github.com/alimo7amed93/webhook-tester-mcp) 🐍 ☁️ – A FastMCP-based server for interacting with webhook-test.com. Enables users to create, retrieve, and delete webhooks locally using Claude. - [lpigeon/ros-mcp-server](https://github.com/lpigeon/ros-mcp-server) 🐍 🏠 🍎 🪟 🐧 - The ROS MCP Server supports robot control by converting user-issued natural language commands into ROS or ROS2 control commands. - [jsdelivr/globalping-mcp-server](https://github.com/jsdelivr/globalping-mcp-server) 🎖️ 📇 ☁️ - The Globalping MCP server provides users and LLMs access to run network tools like ping, traceroute, mtr, HTTP and DNS resolve from thousands of locations around the world. -- [posthog/mcp](https://github.com/posthog/mcp) 📇 ☁️ - An MCP server for interacting with PostHog analytics, feature flags, error tracking and more. +- [posthog/mcp](https://github.com/posthog/mcp) 🎖️ 📇 ☁️ - An MCP server for interacting with PostHog analytics, feature flags, error tracking and more. + ### 🔒 Delivery - [https://github.com/jordandalton/doordash-mcp-server](https://github.com/JordanDalton/DoorDash-MCP-Server) 🐍 – DoorDash Delivery (Unofficial)