riza-io
Provides a secure bridge between LLMs and Riza's isolated code interpreter API, enabling writing, saving, editing, and executing code safely in a sandboxed environment with persistent tool management across conversations.
Edit a tool, including its source code. Omit properties that you do not want to change.
Fetch a tool, including its source code.
Lists the tool definitions of all self-written tools available for use. These tools can be used by calling `use_tool` with the name and input.
Create a new tool. This tool will be used to create new tools. You can use the tools you have created to perform tasks.
Execute arbitrary Typescript or Python code.
Executes a tool. This tool will be used to execute a self-written tool.
Connect to MCP Server
Required environment variables:
RIZA_API_KEY