Skip to main content
Glama
ampcome-mcps

Riza MCP Server

by ampcome-mcps

Riza MCP Server

Riza offers an isolated code interpreter for your LLM-generated code.

Our MCP server implementation wraps the Riza API and presents endpoints as individual tools.

Configure with Claude Desktop as below, or adapt as necessary for your MCP client. Get a free Riza API key in your Riza Dashboard.

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

The Riza MCP server provides several tools to your LLM:

  • create_tool: Your LLM can write code and save it as a tool using the Riza Tools API. It can then execute these tools securely on Riza using execute_tool.

  • fetch_tool: Your LLM can fetch saved Riza tools, including source code, which can be useful for editing tools.

  • execute_tool: Executes a saved tool securely on Riza's code interpreter API.

  • edit_tool: Edits an existing saved tool.

  • list_tools: Lists available saved tools.

  • execute_code: Executes arbitrary code safely on Riza's code interpreter API, without saving it as a tool.

A
license - permissive license
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    An MCP server that wraps the Riza Code Interpreter API and presents endpoints as individual tools.
    13
  • A
    license
    Not graded
    quality
    A
    maintenance
    Provides sandboxed code execution for AI agents with support for Python, JavaScript, and shell commands. Includes comprehensive safety features like destructive pattern blocking, timeout protection, and restricted file access for secure production use.
    69
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables LLMs to execute Python code securely in a sandboxed environment. Supports configurable restrictions like no network access and returns results including files.
    MIT

View all related MCP servers

Related MCP Connectors

  • Operate Linux, macOS and Windows from your LLM. Every action runs through an auditable allowlist.

  • SaaS intelligence for AI agents. 5 unified tools cover 1,000+ services with 91-96% token savings.

  • Create and manage AI agents that collaborate and solve problems through natural language interacti…

View all MCP Connectors

Latest Blog Posts

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/ampcome-mcps/riza-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server