Back to MCP Servers
Outsource
Give your AI assistant its own AI assistants. For example: "Could you ask openai to generate an image of a dog?"
code-executionai
By gwbischof
Installation
npx -y outsource-mcpConfiguration
{
"mcpServers": {
"outsource-mcp": {
"command": "npx",
"args": ["-y", "outsource-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes