Riza
ทางการArbitrary code execution and tool-use platform for LLMs by Riza
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 usingexecute_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.
เซิร์ฟเวอร์ที่เกี่ยวข้อง
Alpha Vantage MCP Server
ผู้สนับสนุนAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
ctx
Automatically builds and serves context files from codebases for AI assistants like Claude.
Greb-MCP
Semantic code search for AI agents without indexing your codebase or storing any data. Fast and accurate.
MCP Memory Visualizer
Graph visualization tools for exploring and analyzing Claude's memory data.
cesium-mcp
AI-powered CesiumJS 3D globe control — 43 tools for camera, entities, layers, animation, and interaction via MCP protocol. Also available as a remote server via Streamable HTTP.
Project Zomboid MCP Server
An AI-powered MCP server for Project Zomboid mod development, offering script validation, generation, and contextual assistance.
kafka-mcp-server
Expose Apache Kafka operations (topics, produce, consume, consumer groups) as MCP tools.
MCP Dev Utils
A modular and extensible MCP server with essential utilities for developers.
MCP Server AI extension
Provides AI extension capabilities via the Model Context Protocol.
Mong MCP Server
A moby-like random name generator for use with tools like Claude Desktop and VS Code Copilot Agent.
Micromanage
A server for managing sequential development tasks with configurable rules using external .mdc files.