Ovrin for Cursor
io.github.joshluberisse/ovrin-mcp
Secure Linux sandboxes for AI agents, as MCP tools.
client:Cursor
transport:stdio
runtime:pypi
Install Ovrin in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ovrin-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"ovrin-mcp"
],
"env": {
"OVRIN_API_KEY": "<OVRIN_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs