riza-mcp
Riza MCP provides an isolated code interpreter for executing code generated by LLMs (Large Language Models). This MCP server implementation wraps the Riza API and presents endpoints as individual tools. Developers can obtain a Riza API key and integrate it with clients like Claude Desktop to create, execute, and edit code securely.
GitHub Stars
11
User Rating
Not Rated
Favorites
0
Views
18
Forks
6
Issues
3
Technical Information
Programming Languages
JavaScriptPrimary Language
System Requirements
Node.js: 18.0.0以上npm: 8.0.0以上Claude Desktop: 最新版Provided Features
LLMがコードを作成し、RizaのTools APIを使用してツールとして保存できる `create_tool` 機能
保存されたRizaツールを取得し、ソースコードを編集できる `fetch_tool` 機能
RizaのコードインタープリタAPIで保存されたツールを安全に実行する `execute_tool` 機能
既存の保存されたツールを編集する `edit_tool` 機能
利用可能な保存されたツールをリスト表示する `list_tools` 機能
保存せずに任意のコードを安全に実行する `execute_code` 機能
Safety Analysis
Safety Score
Safe100/100
Recommended For
Recommended for developers working with AI and LLMs, particularly those looking to automate tool creation and code execution.