Run code securely in a WASM sandbox with capability manifests and task APIs.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "io.github.telleroutlook/mcp-server" MCP server from askskill: Run: claude mcp add 'io-github-telleroutlook-mcp-server' -- npx -y @wasmagent/mcp-server
Execute this Python code in the WASM sandbox, disable network access, allow read-only access to /data/input.csv, and return the result with logs.
Returns execution results, stdout/stderr logs, and the granted capability permissions.
Generate a capability manifest for a task that reads local files and runs a Node.js script but cannot access the internet, and explain each permission.
Outputs a least-privilege capability manifest and a clear explanation of each permission.
Using the Tasks API, design a flow to accept code jobs, queue execution, check status, and return an example completion result.
Provides a workflow or example API calls for task creation, status polling, and result retrieval.
Run commands, manage long jobs, and transfer files in AI sandboxes.
Securely equips AI agents with executable tools for commands, search, and file operations.
Access confidential compute, inference, and an agent wallet over MCP.
Run dependent or parallel agent tasks and return structured results in one call.
Provide AI agents with developer utilities like code review, JSON formatting, and password generation.
A simple MCP server for testing OAuth 2.0 support in mcp-cli.