From c073e268a6b07fa1779f7b6d98b64d8d4c349e8b Mon Sep 17 00:00:00 2001 From: Renato Marinho Date: Mon, 4 May 2026 01:26:54 +0100 Subject: [PATCH] Add Vurb.ts framework and MCP Desktop to Resources --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 874916cab3..db5d5e25e0 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,7 @@ These are high-level frameworks that make it easier to build MCP servers or clie * **[Template MCP Server](https://github.com/mcpdotdirect/template-mcp-server)** - A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure * **[AgentR Universal MCP SDK](https://github.com/universal-mcp/universal-mcp)** - A python SDK to build MCP Servers with inbuilt credential management by **[Agentr](https://agentr.dev/home)** * **[Vercel MCP Adapter](https://github.com/vercel/mcp-adapter)** (TypeScript) - A simple package to start serving an MCP server on most major JS meta-frameworks including Next, Nuxt, Svelte, and more. +* **[Vurb.ts](https://github.com/vinkius-labs/vurb.ts)** (TypeScript) - Framework for building production MCP servers with Model-View-Agent (MVA) architecture, fluent tool API, FSM temporal gating, presenters, semantic routing, cache hints, Zod validation, auto-discovery, and stdio/SSE support. * **[PHP MCP Server](https://github.com/php-mcp/server)** (PHP) - Core PHP implementation for the Model Context Protocol (MCP) server ### For clients @@ -115,6 +116,7 @@ Additional resources on MCP. - **[mcp-dockmaster](https://mcp-dockmaster.com)** - An Open-Sourced UI to install and manage MCP servers for Windows, Linux and macOS. - **[mcp-get](https://mcp-get.com)** - Command line tool for installing and managing MCP servers by **[Michael Latman](https://github.com/michaellatman)** - **[mcp-guardian](https://github.com/eqtylab/mcp-guardian)** - GUI application + tools for proxying / managing control of MCP servers by **[EQTY Lab](https://eqtylab.io)** +- **[MCP Desktop](https://github.com/vinkius-labs/mcp-desktop)** – Cross-platform desktop app (Tauri + Vue) to discover, install, and manage 3,400+ MCP servers across Claude Desktop, Cursor, and Windsurf. Install via `brew install --cask mcp-desktop` (macOS) or from [GitHub Releases](https://github.com/vinkius-labs/mcp-desktop/releases). - **[MCP Linker](https://github.com/milisp/mcp-linker)** - A cross-platform Tauri GUI tool for one-click setup and management of MCP servers, supporting Claude Desktop, Cursor, Windsurf, VS Code, Cline, and Neovim. - **[mcp-manager](https://github.com/zueai/mcp-manager)** - Simple Web UI to install and manage MCP servers for Claude Desktop by **[Zue](https://github.com/zueai)** - **[MCP Marketplace Web Plugin](https://github.com/AI-Agent-Hub/mcp-marketplace)** MCP Marketplace is a small Web UX plugin to integrate with AI applications, Support various MCP Server API Endpoint (e.g pulsemcp.com/deepnlp.org and more). Allowing user to browse, paginate and select various MCP servers by different categories. [Pypi](https://pypi.org/project/mcp-marketplace) | [Maintainer](https://github.com/AI-Agent-Hub) | [Website](http://www.deepnlp.org/store/ai-agent/mcp-server)