Skip to main content
Glama

Binary Reader MCP

import os from typing import Dict, Any class Config: DEBUG: bool = os.getenv("DEBUG", "False").lower() == "true" MAX_FILE_SIZE: int = 1024 * 1024 * 100 # 100MB SUPPORTED_FORMATS: Dict[str, Any] = { "unreal": { "extensions": [".uasset"], "magic": bytes.fromhex('C1832A9E') } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/berlinbra/binary-reader-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server