A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
A self-hosted, secure code execution sandbox for LLM agents deployed on your cloud infrastructure using SkyPilot. Built
A self-hosted, secure code execution sandbox for LLM agents deployed on your cloud infrastructure using SkyPilot. Built on llm-sandbox for multi-language code execution.
export AUTH_TOKEN=<YOUR_AUTH_TOKEN>
sky serve up -n code-executor src/code-execution-service.sky.yaml --env AUTH_TOKEN --secret AUTH_TOKEN
sky serve status code-executor-service --endpoint
Using Claude Desktop as an example:
~/Library/Application\ Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json{
"mcpServers": {
"code-execution-server": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/alex000kim/skypilot-code-sandbox.git",
"mcp-server"
],
"env": {
"API_BASE_URL": "<YOUR_ENDPOINT>",
"AUTH_TOKEN": "<YOUR_AUTH_TOKEN>"
}
}
}
}
https://github.com/user-attachments/assets/474e2c10-e0d4-47a7-9985-6bbdde6c526d
VS Code: Add the same configuration to .vscode/mcp.json (rename mcpServers to servers).
https://github.com/user-attachments/assets/ea4626e0-644a-4496-bb8a-161c668cad24
The S3 read-only mount feature enables seamless team collaboration:
Great for collaborative research projects.
pip install -e .
python -m uvicorn src.api:app --host 0.0.0.0 --workers 4 --port 8080
Update MCP config to use "API_BASE_URL": "http://localhost:8080" for local testing.
💻 A curated list of papers and resources for multi-modal Graphical User Interface (GUI) agents.
An AI-powered custom node for ComfyUI designed to enhance workflow automation and provide intelligent assistance
Deterministic multi-agent pipeline for end-to-end software development, orchestrating CLI-based AI tools (e.g. Gemini, C
Pocket Flow: Codebase to Tutorial