mcpbeat Sign in

Ovrin MCP Server

by joshluberisse Your server? Claim it
local only

Ovrin runs on your own machine — the client starts it, so there is no endpoint to ping.

Secure Linux sandboxes for AI agents, as MCP tools.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs / week
pypi · ovrin-mcp
Stars
on GitHub
Last commit
no recent releases
License
language unknown

What the code does

We have not read this server's code yet, 7 d ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] src/ovrin_mcp/__init__.py:1, [пакет] src/ovrin_mcp/__main__.py:1, [пакет] src/ovrin_mcp/server.py:1 и ещё 1
этот файл ставится пользователю, но в репозитории его нет

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add ovrin-mcp -- uvx ovrin-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ovrin-mcp": {
      "args": [
        "ovrin-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ovrin-mcp]
command = "uvx"
args = ["ovrin-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "ovrin-mcp": {
      "args": [
        "ovrin-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ovrin-mcp": {
      "args": [
        "ovrin-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: OVRIN_API_KEY (Ovrin API key (sandboxes scope)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Ovrin

same job, measured the same way
E2b
by mcparmory

Create and manage secure sandboxes for running AI agent code

238 installs/wk local only
Secureflows MCP
by michal-lefler

MCP server for secureFlows: token-free URL builders and integration-linting tools for AI agents.

18 tools answering
Secureflows MCP Server
by michal-lefler

MCP server for secureFlows: token-free URL builders and integration-linting tools for AI agents.

18 tools answering
MCP Server for OSCAL
by awslabs

AI agent tools for Open Security Controls Assessment Language (OSCAL)

156 installs/wk local only
Mudrex MCP Server
by mudrex

MCP server for Mudrex futures trading enabling AI agents to securely access data and risk tools.

answering
Defenter Proxy
by defenter-ai

Real-time semantic security for AI coding agents and MCP tools

122 installs/wk local only
VPS Guardian
by murzirius

Secure SSH bridge for AI agents to observe and safely administer Linux VPSs.

248 installs/wk local only
AgentSecurityLens MCP Security Trust Check
by professor2k8

MCP security trust-check for agents before installing MCPs, Skills or tools.

74 installs/wk local only

Ovrin — questions

Answers built from our own checks of this server.

Why is there no uptime for Ovrin?
Ovrin runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package ovrin-mcp.
Is Ovrin still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Ovrin?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls ovrin-mcp straight from pypi; nothing to host, nothing to sign up for.