Odel
veracrypt mcp

veracrypt mcp

Local
@bitterdev1PythonMITUpdated 1mo ago

MCP server to mount and unmount VeraCrypt containers with secure stdin password handling.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIveracrypt-mcpv0.2.0

Run

uvx veracrypt-mcp

MCP client config

{
  "mcpServers": {
    "veracrypt-mcp": {
      "command": "uvx",
      "args": [
        "veracrypt-mcp"
      ]
    }
  }
}