Skip to content
Zed

veracrypt mcp for Zed

io.github.bitterdev/veracrypt-mcp

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

client:Zed transport:stdio runtime:pypi

Install veracrypt mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

veracrypt mcp in other clients