Skip to content
VS Code

veracrypt mcp for VS Code

io.github.bitterdev/veracrypt-mcp

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

client:VS Code transport:stdio runtime:pypi

Install veracrypt mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "veracrypt-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "veracrypt-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

veracrypt mcp in other clients