A
securityA
licenseA
qualityA 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
Riza为您的 LLM 生成的代码提供了独立的代码解释器。
我们的 MCP 服务器实现包装了 Riza API 并将端点作为单独的工具呈现。
按照以下方式使用 Claude Desktop 进行配置,或根据您的 MCP 客户端进行调整。在您的Riza Dashboard中获取免费的 Riza API 密钥。
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 上安全地执行任意代码,而无需将其保存为工具。This server cannot be installed
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 服务器。
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