Write code and save it as a reusable tool using the Riza Tools API
Fetch saved Riza tools, including their source code
Execute a saved tool securely on Riza's code interpreter API
Edit an existing saved tool
List available saved tools
Execute arbitrary code safely on Riza's code interpreter API without saving it as a tool
Riza provides a secure, isolated environment for executing code generated by LLMs. This MCP server implementation wraps the Riza API and presents its functionality as individual tools that can be used by LLMs. With Riza, you can safely execute arbitrary code, create and manage reusable tools, and build more powerful AI applications without security concerns.
Riza offers a secure isolated environment for executing code generated by Large Language Models. This MCP server implementation provides a safe way to run code without security concerns, wrapping the Riza API as individual tools that your LLM can use.
To use the Riza MCP server with Claude Desktop or other MCP clients, you'll need to:
"your-api-key"
with your actual Riza API keyThe server is available as an npm package that can be run directly with npx.
The Riza MCP server allows your LLM to:
This enables powerful code execution capabilities while maintaining security, as all code runs in Riza's isolated environment rather than on your local machine.
Once installed, your LLM will have access to all the Riza tools automatically. You can ask it to:
The LLM will handle the interaction with the Riza API through the MCP server.