Skip to main content
Glama
riza-io
by riza-io

Riza MCP 服务器

Riza为您的 LLM 生成的代码提供了独立的代码解释器。

我们的 MCP 服务器实现包装了 Riza API 并将端点作为单独的工具呈现。

按照以下方式使用 Claude Desktop 进行配置,或根据您的 MCP 客户端进行调整。在您的Riza Dashboard中获取免费的 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

Resources

Looking for Admin?

Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.

Latest Blog Posts

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