Riza
By thumbsupordown
Riza provides an isolated code interpreter for LLM-generated code, and its MCP server turns that into persistent tooling: an agent writes code, saves it as a named tool, and executes it in a sandbox, with saved tools surviving across conversations. That persistence is the distinguishing feature — the model builds up a reusable library rather than regenerating the same helper each session. Available as a remote server at mcp.riza.io/code-interpreter.
Tools
create_tool
Write code and save it as a named, reusable Riza tool for later execution.
execute_tool
Securely execute a saved Riza tool inside the isolated code interpreter sandbox.
fetch_tool
Fetch a saved Riza tool, including its source code, for inspection or editing.