Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
Riza MCP Server provides tools for executing and managing code generated by LLMs through Riza's isolated code interpreter.
Add this to your MCP client configuration:
{
"mcpServers": {
"riza-io-riza-mcp": {
"command": "npx",
"args": [
"@riza-io/riza-mcp"
],
"env": {
"RIZA_API_KEY": "<Your Riza API key from the dashboard>"
}
}
}
}{
"id": "riza-io-riza-mcp",
"name": "Riza",
"description": "Riza MCP Server provides tools for executing and managing code generated by LLMs through Riza's isolated code interpreter.",
"source_url": "https://github.com/riza-io/riza-mcp",
"publisher_name": "riza-io",
"publisher_url": "https://github.com/riza-io",
"is_official": true,
"license": "",
"runtime": "node",
"downloads": 5970,
"requires_oauth": false,
"distribution": {
"type": "npm",
"package": "@riza-io/riza-mcp"
},
"tools_count": 6
}