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

  • 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