gwbischof/outsource-mcp
Give your AI assistant its own AI assistants. For example: "Could you ask openai to generate an image of a dog?"
Installation
Example client config (verify package name in the repo README)
{
"mcpServers": {
"outsource-mcp": {
"command": "uvx",
"args": ["outsource-mcp"]
}
}
}Related in Code Execution
pydantic/pydantic-ai/mcp-run-python
Run Python code in a secure sandbox via MCP tool calls
dagger/container-use
Containerized environments for coding agents. Multiple agents can work independently, isolated in fresh containers and git branches. No conflicts, many experiments. Full execution history, terminal access to agent environments, git workflow. Any agent/model/infra stack.
mavdol/capsule/mcp-server
Run untrusted Python/JavaScript code in WebAssembly sandboxes.
r33drichards/mcp-js
A Javascript code execution sandbox that uses v8 to isolate code to run AI generated javascript locally without fear. Supports heap snapshotting for persistent sessions.
ksterx/srunx
MCP server for the SLURM workload manager. Submit jobs, run YAML workflows, monitor GPU resources, manage SSH profiles, and sync files to remote HPC clusters from natural language. 14 tools spanning local SLURM and SSH-remote clusters; companion CLI and FastAPI Web UI ship in the same package.
yepcode/mcp-server-js
Execute any LLM-generated code in a secure and scalable sandbox environment and create your own MCP tools using JavaScript or Python, with full support for NPM and PyPI packages