Skip to main content
Glama

riza-mcp

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

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