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

  • -
    security
    F
    license
    -
    quality
    This is an MCP server that facilitates building tools for interacting with various APIs and workflows, supporting Python-based development with potential for customizable prompts and user configurations.
    Last updated -
    Python
  • A
    security
    A
    license
    A
    quality
    An MCP server that connects to Tana's Input API, allowing Large Language Models and other MCP clients to create and manipulate data in Tana workspaces.
    Last updated -
    11
    662
    29
    TypeScript
    MIT License
    • Linux
    • Apple
  • A
    security
    A
    license
    A
    quality
    An MCP server that enables communication with Jira, allowing users to perform operations like getting, searching, creating, and editing issues through natural language interaction.
    Last updated -
    1
    20
    TypeScript
    MIT License
  • A
    security
    A
    license
    A
    quality
    An MCP server that provides utilities for web developers to automate API integration, convert Figma designs to code, and optimize development workflows with tools for asset management and code generation.
    Last updated -
    8
    724
    20
    TypeScript
    Mozilla Public License 2.0

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