Skip to main content
Glama

Algorand MCP Server

by Tairon-ai
docker-compose.yml672 B
version: '3.8' services: mcp-server: build: . image: algorand-mcp:latest container_name: algorand-mcp ports: - "8080:8080" environment: - PORT=8080 - NODE_ENV=production - ALGORAND_NETWORK=${ALGORAND_NETWORK:-mainnet} restart: unless-stopped healthcheck: test: ["CMD", "node", "-e", "require('http').get('http://localhost:8080/health', (r) => {r.statusCode === 200 ? process.exit(0) : process.exit(1)})"] interval: 30s timeout: 3s retries: 3 start_period: 10s labels: - "com.algorand.service=mcp" - "com.algorand.version=0.1.0" - "com.algorand.blockchain=algorand"

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/Tairon-ai/algorand-mcp'

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