GitDeployHub

andogro/mcp-server

github.com/andogro/mcp-server ↗
Python
14 environment variables found in .env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • BLOCKSCOUT_BS_API_KEY secret
  • BLOCKSCOUT_BENS_URL
  • BLOCKSCOUT_CHAINSCOUT_URL
  • BLOCKSCOUT_BS_TIMEOUT
  • BLOCKSCOUT_BENS_TIMEOUT
  • BLOCKSCOUT_CHAINSCOUT_TIMEOUT
  • BLOCKSCOUT_CHAIN_CACHE_TTL_SECONDS
  • BLOCKSCOUT_CHAINS_LIST_TTL_SECONDS
  • BLOCKSCOUT_PROGRESS_INTERVAL_SECONDS
  • BLOCKSCOUT_NFT_PAGE_SIZE The number of items to return per page for the nft_tokens_by_address tool.
  • BLOCKSCOUT_LOGS_PAGE_SIZE The number of log items to return per page for get_address_logs and get_transaction_logs.
  • BLOCKSCOUT_ADVANCED_FILTERS_PAGE_SIZE The number of items to return per page for tools using the advanced filters endpoint.
  • BLOCKSCOUT_METADATA_URL
  • BLOCKSCOUT_METADATA_TIMEOUT
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/andogro/mcp-server
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/andogro/mcp-server
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/andogro/mcp-server
Or deploy to a different host
← Try another repo