We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dennisonbertram/mcp-anvil-tools'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•1.02 kB
# Server configuration
AUDIT_MCP_PORT=3000
AUDIT_MCP_HOST=0.0.0.0
# Database
AUDIT_MCP_DB_PATH=./audit-mcp.db
# Anvil configuration
ANVIL_PORT_START=8545
ANVIL_PORT_END=8555
ANVIL_DEFAULT_CHAIN_ID=31337
# Blockchain explorer API keys
ETHERSCAN_API_KEY=your_etherscan_api_key
ARBISCAN_API_KEY=your_arbiscan_api_key
# Alchemy API Key (enables multi-network support)
# Get your free API key at https://www.alchemy.com/
# Use any Alchemy network slug directly (e.g., eth-mainnet, arb-mainnet, polygon-mainnet)
# See https://docs.alchemy.com/reference/supported-chains for all supported networks
ALCHEMY_API_KEY=your_alchemy_api_key
# RPC endpoints (optional if ALCHEMY_API_KEY is set)
# These override Alchemy for specific networks if you prefer custom endpoints
MAINNET_RPC_URL=https://eth-mainnet.g.alchemy.com/v2/YOUR_KEY
SEPOLIA_RPC_URL=https://eth-sepolia.g.alchemy.com/v2/YOUR_KEY
# Logging
LOG_LEVEL=info
LOG_FILE=./audit-mcp.log
# Tools (optional)
SLITHER_PATH=/usr/local/bin/slither
SOLC_PATH=/usr/local/bin/solc