@riza-io/riza-mcp
v0.1.3
Published
A Model Context Protocol server for Riza's Code Interpreter
Readme
Riza MCP Server
Riza offers a sandboxed code execution environment for your LLM-generated code.
{
"mcpServers": {
"riza-server": {
"command": "npx",
"args": [
"@riza-io/riza-mcp"
],
"env": {
"RIZA_API_KEY": "your-api-key"
}
}
}
}