From a8fb49927918559ac116b2ddbf509201ba3d2bfc Mon Sep 17 00:00:00 2001 From: Brian Boisjoli Date: Wed, 24 Jun 2026 06:30:07 -0400 Subject: [PATCH] Add vibekit-mcp server (Coding Agents) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8fd373a24..f687a2ee7 100644 --- a/README.md +++ b/README.md @@ -580,6 +580,7 @@ Full coding agents that enable LLMs to read, edit, and execute code and solve ge - [Touchpoint-Labs/touchpoint](https://github.com/Touchpoint-Labs/touchpoint) [![Touchpoint MCP server](https://glama.ai/mcp/servers/Touchpoint-Labs/Touchpoint/badges/score.svg)](https://glama.ai/mcp/servers/Touchpoint-Labs/Touchpoint) 🐍 🏠 🍎 🪟 🐧 - Playwright for the entire OS. Gives AI agents the ability to see, find, and interact with UI elements in any desktop application. - [tumf/mcp-shell-server](https://github.com/tumf/mcp-shell-server) - A secure shell command execution server implementing the Model Context Protocol (MCP) - [VertexStudio/developer](https://github.com/VertexStudio/developer) 🦀 🏠 🍎 🪟 🐧 - Comprehensive developer tools for file editing, shell command execution, and screen capture capabilities +- [vibekit-mcp](https://www.npmjs.com/package/vibekit-mcp) 📇 ☁️ - MCP server for VibeKit. Lets an LLM in Claude Desktop, Cursor, or any MCP client deploy apps, manage hosting/env vars, run coding tasks, and chat with each app's persistent server-side agent (every app gets its own agent, git repo, and live URL). Not to be confused with the unrelated `superagent-ai/vibekit` SDK. - [wende/cicada](https://github.com/wende/cicada) 🐍 🏠 🍎 🪟 🐧 - Code Intelligence for Elixir: module search, function tracking, and PR attribution through tree-sitter AST parsing - [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. - [x51xxx/codex-mcp-tool](https://github.com/x51xxx/codex-mcp-tool) 📇 ☁️ - MCP server that connects your IDE or AI assistant to Codex CLI for code analysis and editing with support for multiple models (gpt-5-codex, o3, codex-1)