cryptography

GitHub

cryptography is a package designed to expose cryptographic primitives and recipes to Python developers.

7,696 stars Python 1 file ยท ~17,252 tokens #cryptography#python

cryptography MCP Server

MCP server for pyca/cryptography

Ready-to-Use Client Configurations
{
  "mcpServers": {
    "cryptography": {
      "command": "npx",
      "args": [
        "-y",
        "@pyca/cryptography"
      ]
    }
  }
}