Skip to main content
Glama

Chronos MCP Server

docker-compose.yml606 B
version: '3' services: chronos-mcp: build: . image: chronos-mcp env_file: - .env container_name: chronos-mcp environment: - NODE_ENV=production # Uncomment and set your Stellar secret key if needed # - STELLAR_SECRET_KEY=your_secret_key stdin_open: true # Required for stdio communication tty: true # Allocate a pseudo-TTY restart: unless-stopped # Uncomment to use a volume for persistent data if needed # volumes: # - ./data:/app/data networks: - chronos-network networks: chronos-network: driver: bridge

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/grandmastr/chronos-mcp'

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