codesandbox-mcp

techlibs/codesandbox-mcp

3.3

If you are the rightful owner of codesandbox-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The CodeSandbox MCP Server is a Model Context Protocol server that provides AI agents with access to CodeSandbox SDK operations.

Tools

Functions exposed to the LLM to take actions

createSandbox

Create a sandbox with optional template and VM settings.

resumeSandbox

Resume or start a sandbox VM.

hibernateSandbox

Hibernate a sandbox VM.

getSandboxInfo

Get metadata of a sandbox without starting the VM.

updateSandbox

Update VM settings for a running sandbox.

createSession

Create a session for a sandbox.

resumeSession

Connect to an existing session or create one if missing.

readFile

Read a file from the sandbox filesystem.

readdir

List files and directories at a given path.

writeFile

Write a file in the sandbox filesystem.

rename

Rename or move a file or directory.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources