Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CRYPTO_MCP_MASTER_KEYYesMaster key used to encrypt the wallet file. Generate with `node -e "process.stdout.write(require('node:crypto').randomBytes(32).toString('base64'))"` and keep secret. Required.
CRYPTO_MCP_BSC_RPC_URLNoRPC URL for BNB Smart Chain. Required for BSC transfers.
CRYPTO_MCP_WALLET_FILENoPath to the wallet file. Default: `$HOME/.crypto-mcp/wallet.json`.
CRYPTO_MCP_BSC_CHAIN_IDNoChain ID for BSC network. Verified against `eth_chainId` before preparation.
CRYPTO_MCP_BSC_FEE_MODENoFee mode for BSC: 'eip1559' or 'legacy'.
CRYPTO_MCP_TRANSFER_FILENoPath to the transfer journal file. Default not specified; optional.
CRYPTO_MCP_TRANSFER_POLICYNoOptional JSON policy for transfer safeguards. If provided, omitted chains are disabled.
CRYPTO_MCP_ETHEREUM_RPC_URLNoRPC URL for Ethereum network. Required for Ethereum transfers.
CRYPTO_MCP_HYPEREVM_RPC_URLNoRPC URL for HyperEVM. Required for HyperEVM transfers.
CRYPTO_MCP_ETHEREUM_CHAIN_IDNoChain ID for Ethereum network (e.g., '1' for mainnet). Verified against `eth_chainId` before preparation.
CRYPTO_MCP_ETHEREUM_FEE_MODENoFee mode for Ethereum: 'eip1559' or 'legacy'.
CRYPTO_MCP_HYPEREVM_CHAIN_IDNoChain ID for HyperEVM. Verified against `eth_chainId` before preparation.
CRYPTO_MCP_HYPEREVM_FEE_MODENoFee mode for HyperEVM: 'eip1559' or 'legacy'.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/matt-scientist/mcp-wallet'

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