PluginBench
MCP Server
Active
MIT

io.github.bitterdev/veracrypt-mcp MCP Server

io.github.bitterdev/veracrypt-mcp

What is the io.github.bitterdev/veracrypt-mcp MCP server?

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

How to install io.github.bitterdev/veracrypt-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "veracrypt-mcp": {
      "command": "uvx",
      "args": [
        "veracrypt-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "veracrypt-mcp": {
      "command": "uvx",
      "args": [
        "veracrypt-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "veracrypt-mcp": {
      "command": "uvx",
      "args": [
        "veracrypt-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "veracrypt-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "veracrypt-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add veracrypt-mcp -- uvx veracrypt-mcp

Related MCP servers

MCP server for Enpass vaults: entries, passwords and TOTP/2FA codes, keychain-backed.

1
JavaScript
MIT
View repository →

MCP server for the Dropscan postal mail scanning API: read scanned letters, act on mailings.

0
Python
MIT
View repository →

Renders letters as print ready PDFs, DIN 5008 compliant for German window envelopes.

0
TypeScript
MIT
View repository →

Send physical letters and faxes through the PixelLetter interface, test mode included.

0
TypeScript
MIT
View repository →

MCP server for the Simple Support System helpdesk API: read, answer and move tickets.

0
TypeScript
MIT
View repository →