Riza
CommunitybyRiza
Arbitrary code execution platform designed for LLM workflows.
API Key Required
Configuration
{
"mcpServers": {
"riza": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-riza"
],
"env": {
"RIZA_API_KEY": "your-api-key-here"
}
}
}
}Add this to your claude_desktop_config.json file.