Skip to content
VS Code

crypto bytes for VS Code

io.github.mickymultani/crypto-bytes

Crypto Bytes MCP Server

client:VS Code transport:stdio runtime:pypi

Install crypto bytes in VS Code

.vscode/mcp.json

{
  "servers": {
    "crypto-bytes": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "crypto_bytes_mcp_server"
      ]
    }
  }
}

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

crypto bytes in other clients