Back to directory
@riza-io/riza-mcp

@riza-io/riza-mcp

@riza-io14

The Riza MCP server wraps the Riza API to provide an isolated code interpreter for LLM-generated code, exposing functionalities like creating, fetching, executing, editing, and listing tools, as well as executing arbitrary code safely.

code interpreterLLM toolscontext

Installation & Configuration

{
  "mcpServers": {
    "riza-server": {
      "command": "npx",
      "args": [
        "@riza-io/riza-mcp"
      ],
      "env": {
        "RIZA_API_KEY": "your-api-key"
      }
    }
  }
}

Information

Transport
stdio
Language
JavaScript
Created
2024/12/11
Updated
2026/6/6