Skip to main content
Glama

riza-mcp

by riza-io

Servidor Riza MCP

Riza ofrece un intérprete de código aislado para su código generado por LLM.

Nuestra implementación de servidor MCP envuelve la API de Riza y presenta los puntos finales como herramientas individuales.

Configure con Claude Desktop como se indica a continuación o adáptelo según sea necesario para su cliente MCP. Obtenga una clave API de Riza gratuita en su panel de control de Riza .

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

El servidor Riza MCP proporciona varias herramientas para su LLM:

  • create_tool : Su LLM puede escribir código y guardarlo como herramienta mediante la API de Riza Tools . Posteriormente, puede ejecutar estas herramientas de forma segura en Riza mediante execute_tool .
  • fetch_tool : Su LLM puede recuperar herramientas Riza guardadas, incluido el código fuente, que puede resultar útil para editar herramientas.
  • execute_tool : ejecuta una herramienta guardada de forma segura en la API de intérprete de código de Riza.
  • edit_tool : edita una herramienta guardada existente.
  • list_tools : enumera las herramientas guardadas disponibles.
  • execute_code : ejecuta código arbitrario de forma segura en la API de intérprete de código de Riza, sin guardarlo como herramienta.
-
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.

Un servidor MCP que envuelve la API del intérprete de código Riza y presenta los puntos finales como herramientas individuales.

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