We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/PortalFnd/PortalMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•492 B
# Ethereum network settings
ETHEREUM_NETWORK=mainnet
INFURA_API_KEY=your_infura_api_key_here
ALCHEMY_API_KEY=your_alchemy_api_key_here
# Wallet settings (KEEP SECURE - DO NOT COMMIT TO VERSION CONTROL)
# Only needed if you want to execute transactions directly
DEPLOYER_PRIVATE_KEY=your_private_key_here
# Anthropic Claude API (for contract generation)
ANTHROPIC_API_KEY=your_anthropic_api_key_here
# MCP Server settings
PORT=3001
# Gas price settings (optional)
GAS_PRICE_MULTIPLIER=1.1