Skip to main content
Glama

riza-mcp

by riza-io

Riza MCP サーバー

Riza は、LLM で生成されたコード用の独立したコード インタープリターを提供します。

当社の MCP サーバー実装は Riza API をラップし、エンドポイントを個別のツールとして提示します。

Claude Desktopで以下の設定を行うか、MCPクライアントに合わせて調整してください。Rizaダッシュボードで無料のRiza APIキーを取得してください。

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

Riza MCP サーバーは、LLM にいくつかのツールを提供します。

  • create_tool : LLMはRiza Tools APIを使用してコードを記述し、ツールとして保存できます。その後、 execute_toolを使用してRiza上でこれらのツールを安全に実行できます。
  • fetch_tool : LLM は、ソース コードを含む保存された Riza ツールを取得できます。これは、ツールの編集に役立ちます。
  • execute_tool : 保存されたツールを Riza のコード インタープリター API で安全に実行します。
  • edit_tool : 既存の保存済みツールを編集します。
  • list_tools : 使用可能な保存済みツールを一覧表示します。
  • execute_code : ツールとして保存せずに、Riza のコード インタープリター API 上で任意のコードを安全に実行します。
-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Riza コード インタープリタ API をラップし、エンドポイントを個別のツールとして提供する MCP サーバー。

Related MCP Servers

  • A
    security
    A
    license
    A
    quality
    A MCP server for managing and storing code snippets in various programming languages, allowing users to create, list, and delete snippets via a standardized interface.
    Last updated -
    3
    4
    JavaScript
    MIT License
  • -
    security
    A
    license
    -
    quality
    A Python-based MCP server that integrates OpenAPI-described REST APIs into MCP workflows, enabling dynamic exposure of API endpoints as MCP tools.
    Last updated -
    2
    39
    Python
    MIT License
    • Linux
    • Apple
  • A
    security
    A
    license
    A
    quality
    A TypeScript-based MCP server that generates API clients from OpenAPI specifications, allowing automated code generation through natural language.
    Last updated -
    1
    64
    JavaScript
    MIT License
    • Apple
  • A
    security
    A
    license
    A
    quality
    This project aims to build a Claude Code MCP server and implement its associated tools (explain\_code, review\_code, fix\_code, edit\_code, test\_code, simulate\_command, your\_own\_query). The server is implemented using Node.js and the MCP SDK. It receives tool requests from clients via Stdio, dynamically
    Last updated -
    7
    30
    18
    JavaScript
    MIT License
    • Linux

View all related MCP servers

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/riza-io/riza-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server