We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nirholas/defi-mcp-servers'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Solana Core Configuration
# Cluster (mainnet-beta, devnet, testnet)
SOLANA_CLUSTER=mainnet-beta
# RPC Endpoints (at least one required for production)
HELIUS_API_KEY=your-helius-api-key-here
QUICKNODE_ENDPOINT=https://your-quicknode-endpoint.com
# Optional: Custom endpoints
# TRITON_ENDPOINT=https://solana-mainnet.rpc.extrnode.com
# Logging
LOG_LEVEL=info
SOLANA_LOG_RPC=false
# Node environment
NODE_ENV=production