riza-mcp

This repository provides a MCP server implementation that wraps the Riza API, offering endpoints as individual tools for LLMs to securely execute code and manage tools on Riza's isolated code interpreter.

8
1

Riza MCP Server

Riza provides a secure and isolated code interpreter for LLM-generated code, accessible through its API. This MCP server implementation acts as a wrapper around the Riza API, exposing its functionalities as individual tools for seamless integration with LLMs.

Configuration is straightforward, exemplified by the provided Claude Desktop configuration. Users need to adapt this configuration to their specific MCP client. A free Riza API key can be obtained from the Riza Dashboard.

The Riza MCP server offers a suite of tools for LLMs: create_tool allows LLMs to create and save code as reusable tools using the Riza Tools API. fetch_tool retrieves saved tools, including their source code, enabling editing. execute_tool securely executes saved tools on Riza. edit_tool modifies existing tools. list_tools lists available tools. Finally, execute_code executes arbitrary code safely without saving it as a tool.

Repository

RI
riza-io

riza-io/riza-mcp

Created

December 11, 2024

Updated

March 28, 2025

Language

JavaScript

Category

AI