Skip to main content
Glama

Chain Debugger MCP Server

by OptimusOpus
.env.example1.64 kB
# NOTE: This server supports only one configuration set at a time. You cannot have multiple .env files active simultaneously. # To use different configurations for chains, RAG/memory, or analytics, run multiple server instances with different .env files # or override specific variables via command-line arguments when starting the server. # Tenderly Configuration (Required) TENDERLY_ACCOUNT_SLUG=your-account-slug TENDERLY_PROJECT_ID=your-project-id TENDERLY_PROJECT_SLUG=your-project-slug TENDERLY_ACCESS_TOKEN=your-access-token # EVM RPC Configuration (Optional) # Uncomment and configure to enable EVM RPC features # EVM_RPC_URL=https://eth.llamarpc.com # EVM_CHAIN_NAME=Ethereum # MegaETH Configuration (Optional) # MEGAETH_RPC_URL=https://your-megaeth-rpc.com # MEGAETH_WS_URL=wss://your-megaeth-ws.com # MEGAETH_CHAIN_ID=123456 # MEGAETH_CONNECTION_TIMEOUT=30000 # MEGAETH_MAX_SUBSCRIPTIONS=100 # Analytics Configuration (Optional) # ENABLE_ANALYTICS=false # ANALYTICS_DB_PATH=./analytics.db # Memory/RAG Configuration (Optional) # Uncomment to enable memory/RAG functionality # ENABLE_MEMORY=true # MEMORY_STORE_PATH=./memory_store # Transport Configuration (Optional) # Default transport is stdio. Set to "http" to run an HTTP server on /mcp MCP_TRANSPORT=stdio PORT=3000 # Comma-separated list of allowed origins when MCP_TRANSPORT=http CORS_ORIGINS=http://localhost:3000,http://localhost:5173 # HTTPS Configuration (Optional) # Set to true to enable HTTPS when MCP_TRANSPORT=http HTTPS_ENABLED=false # Paths to SSL certificate files (relative to project root) CERT_PATH=./certs/server.crt KEY_PATH=./certs/server.key

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/OptimusOpus/chain-debugger-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server