From a8fb49927918559ac116b2ddbf509201ba3d2bfc Mon Sep 17 00:00:00 2001 From: Brian Boisjoli Date: Wed, 24 Jun 2026 06:30:07 -0400 Subject: [PATCH 1/5] 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) From aa4b53ff13cfcb00a8c8e456035d3129c8737628 Mon Sep 17 00:00:00 2001 From: "609.sol" <90005524+609NFT@users.noreply.github.com> Date: Fri, 26 Jun 2026 16:43:23 -0400 Subject: [PATCH 2/5] Use GitHub-hosted repo URL + tighten description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f687a2ee7..7ce8a8909 100644 --- a/README.md +++ b/README.md @@ -580,7 +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. +- [vibekit-mcp](https://github.com/609NFT/vibekit-mcp) 📇 ☁️ - MCP server for VibeKit. Lets an LLM in Claude Desktop, Cursor, or any MCP client build, deploy, and manage hosted apps and chat with each app's persistent server-side agent (every app gets its own agent and a 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) From a8318aada19a82c59e9e6104dd08bc22b77192b5 Mon Sep 17 00:00:00 2001 From: "609.sol" <90005524+609NFT@users.noreply.github.com> Date: Fri, 26 Jun 2026 18:07:12 -0400 Subject: [PATCH 3/5] Add Glama score badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ce8a8909..14c9c1a90 100644 --- a/README.md +++ b/README.md @@ -580,7 +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://github.com/609NFT/vibekit-mcp) 📇 ☁️ - MCP server for VibeKit. Lets an LLM in Claude Desktop, Cursor, or any MCP client build, deploy, and manage hosted apps and chat with each app's persistent server-side agent (every app gets its own agent and a live URL). Not to be confused with the unrelated `superagent-ai/vibekit` SDK. +- [vibekit-mcp](https://github.com/609NFT/vibekit-mcp) 📇 ☁️ - MCP server for VibeKit. Lets an LLM in Claude Desktop, Cursor, or any MCP client build, deploy, and manage hosted apps and chat with each app's persistent server-side agent (every app gets its own agent and a live URL). Not to be confused with the unrelated `superagent-ai/vibekit` SDK. [![vibekit-mcp MCP server](https://glama.ai/mcp/servers/609NFT/vibekit-mcp/badges/score.svg)](https://glama.ai/mcp/servers/609NFT/vibekit-mcp) - [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) From bad35c815edbde2c992c22e64b8c2b91edbe2038 Mon Sep 17 00:00:00 2001 From: "609.sol" <90005524+609NFT@users.noreply.github.com> Date: Fri, 26 Jun 2026 18:08:26 -0400 Subject: [PATCH 4/5] Use full owner/repo name format --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14c9c1a90..f45ebd156 100644 --- a/README.md +++ b/README.md @@ -580,7 +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://github.com/609NFT/vibekit-mcp) 📇 ☁️ - MCP server for VibeKit. Lets an LLM in Claude Desktop, Cursor, or any MCP client build, deploy, and manage hosted apps and chat with each app's persistent server-side agent (every app gets its own agent and a live URL). Not to be confused with the unrelated `superagent-ai/vibekit` SDK. [![vibekit-mcp MCP server](https://glama.ai/mcp/servers/609NFT/vibekit-mcp/badges/score.svg)](https://glama.ai/mcp/servers/609NFT/vibekit-mcp) +- [609NFT/vibekit-mcp](https://github.com/609NFT/vibekit-mcp) 📇 ☁️ - MCP server for VibeKit. Lets an LLM in Claude Desktop, Cursor, or any MCP client build, deploy, and manage hosted apps and chat with each app's persistent server-side agent (every app gets its own agent and a live URL). Not to be confused with the unrelated `superagent-ai/vibekit` SDK. [![609NFT/vibekit-mcp MCP server](https://glama.ai/mcp/servers/609NFT/vibekit-mcp/badges/score.svg)](https://glama.ai/mcp/servers/609NFT/vibekit-mcp) - [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) From e1680b0456d6455ccdf8a8300eac545fa86b34b3 Mon Sep 17 00:00:00 2001 From: 609NFT Date: Mon, 13 Jul 2026 08:12:09 -0400 Subject: [PATCH 5/5] Update vibekit-mcp entry to canonical VibeKit-Bot org (repo transferred) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f45ebd156..6bd888159 100644 --- a/README.md +++ b/README.md @@ -580,7 +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 -- [609NFT/vibekit-mcp](https://github.com/609NFT/vibekit-mcp) 📇 ☁️ - MCP server for VibeKit. Lets an LLM in Claude Desktop, Cursor, or any MCP client build, deploy, and manage hosted apps and chat with each app's persistent server-side agent (every app gets its own agent and a live URL). Not to be confused with the unrelated `superagent-ai/vibekit` SDK. [![609NFT/vibekit-mcp MCP server](https://glama.ai/mcp/servers/609NFT/vibekit-mcp/badges/score.svg)](https://glama.ai/mcp/servers/609NFT/vibekit-mcp) +- [VibeKit-Bot/vibekit-mcp](https://github.com/VibeKit-Bot/vibekit-mcp) 📇 ☁️ - MCP server for VibeKit. Lets an LLM in Claude Desktop, Cursor, or any MCP client build, deploy, and manage hosted apps and chat with each app's persistent server-side agent (every app gets its own agent and a live URL). Not to be confused with the unrelated `superagent-ai/vibekit` SDK. [![VibeKit-Bot/vibekit-mcp MCP server](https://glama.ai/mcp/servers/VibeKit-Bot/vibekit-mcp/badges/score.svg)](https://glama.ai/mcp/servers/VibeKit-Bot/vibekit-mcp) - [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)