Skip to content
VS Code

mcp hashlib for VS Code

io.github.daedalus/mcp-hashlib

An MCP server that exposes hashlib functionality

client:VS Code transport:stdio runtime:pypi

Install mcp hashlib in VS Code

.vscode/mcp.json

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

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

mcp hashlib in other clients