.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
PORT
Server configuration
HOST
LOG_LEVEL
Log level (debug, info, warn, error)
NODE_ENV
Node environment (development, production)
SERVER_MODE
Server mode (stdio or sse)
STARKNET_RPC_URL
Starknet configuration
STARKNET_ACCOUNT_ADDRESS
STARKNET_ACCOUNT_PRIVATE_KEY
secret
brew install flyctl && fly launch --from https://github.com/abdelstark/starknet-mcp
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/abdelstark/starknet-mcp
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/abdelstark/starknet-mcp