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

  • -
    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