Skip to content
Cursor

mcp cryptography for Cursor

io.github.daedalus/mcp-cryptography

MCP server exposing cryptography library functionality

client:Cursor transport:stdio runtime:pypi

Install mcp cryptography in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mcp-cryptography": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-cryptography"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp cryptography in other clients