Skip to main content
Glama

Arbitrum MCP Server

docker-compose.yml458 B
version: '3.8' services: arbitrum-mcp: build: . container_name: arbitrum-mcp-server stdin_open: true tty: true restart: unless-stopped environment: - NODE_ENV=production # Use stdio transport for MCP command: ["node", "dist/index.js"] # Optional: Add health check healthcheck: test: ["CMD", "node", "-e", "process.exit(0)"] interval: 30s timeout: 10s retries: 3 start_period: 40s

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/dewanshparashar/arbitrum-mcp'

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