# Hyperion MCP Server Configuration
# Hyperion Testnet Configuration
HYPERION_RPC_URL=https://hyperion-testnet.metisdevops.link
# Chain ID for Hyperion Testnet
HYPERION_CHAIN_ID=133717
# Network Name
HYPERION_NETWORK_NAME=Hyperion Testnet
# Block Explorer URL
HYPERION_EXPLORER_URL=https://hyperion-testnet-explorer.metisdevops.link
# Currency Symbol
HYPERION_CURRENCY_SYMBOL=tMETIS
# Wallet Configuration
# Multiple private keys can be provided, separated by commas
# Replace with your actual private keys (64 hex characters without 0x prefix)
HYPERION_PRIVATE_KEYS=your_private_key_here_64_hex_characters
# Corresponding addresses (optional, will be derived from private keys if not provided)
# Replace with your actual wallet addresses
HYPERION_ADDRESSES=0xYourWalletAddressHere
# Current active wallet address (optional, defaults to first wallet)
# Replace with your actual wallet address
HYPERION_CURRENT_ADDRESS=0xYourWalletAddressHere
# API Configuration (optional)
HYPERION_API_TIMEOUT=30000
HYPERION_MAX_RETRIES=3
# Development/Debug Settings
NODE_ENV=production
DEBUG=false
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/cuongpo/hyperion-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server