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-mcpRelated MCP servers
MCP server for Enpass vaults: entries, passwords and TOTP/2FA codes, keychain-backed.
1
View repository →JavaScript
MIT
MCP server for the Dropscan postal mail scanning API: read scanned letters, act on mailings.
0
View repository →Python
MIT
Renders letters as print ready PDFs, DIN 5008 compliant for German window envelopes.
0
View repository →TypeScript
MIT
Send physical letters and faxes through the PixelLetter interface, test mode included.
0
View repository →TypeScript
MIT
MCP server for the Simple Support System helpdesk API: read, answer and move tickets.
0
View repository →TypeScript
MIT