Skip to content
Zed

crypto bytes for Zed

io.github.mickymultani/crypto-bytes

Crypto Bytes MCP Server

client:Zed transport:stdio runtime:pypi

Install crypto bytes in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "crypto-bytes": {
      "command": "uvx",
      "args": [
        "crypto_bytes_mcp_server"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

crypto bytes in other clients