From 5f7f84de813eea228f480058366de4eb3816a5a1 Mon Sep 17 00:00:00 2001 From: valoomba Date: Thu, 27 Feb 2025 11:57:51 -0800 Subject: [PATCH] Update index.ts with Code-Sandbox-MCP server --- src/data/servers/index.ts | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/src/data/servers/index.ts b/src/data/servers/index.ts index 575f830..57a309a 100644 --- a/src/data/servers/index.ts +++ b/src/data/servers/index.ts @@ -170,6 +170,33 @@ export const servers: MCPServerType[] = [ } } }, + + { + id: "code-sandbox-mcp", + name: "Code Sandbox MCP", + description: "An MCP server to create secure code sandbox environment for executing code within Docker containers.", + publisher: { + id: "automatalabs", + name: "Automata Labs Team", + url: "https://automatalabs.io", + }, + isOfficial: true, + sourceUrl: "https://github.com/Automata-Labs-team/code-sandbox-mcp", + distribution: { + type: "source", + source: { + path: "github.com/Automata-Labs-team/code-sandbox-mcp@latest", + binary: "code-sandbox-mcp" + } + }, + license: "MIT", + runtime: "go", + config: { + command: "${HOME}/${USER}/.local/share/code-sandbox-mcp/code-sandbox-mcp", + args: [], + env: {} + } + }, { id: "everart-ref", name: "EverArt",