Skip to main content
Glama

Kleros Court MCP Server

by gmkung
fly.toml613 B
app = "kleros-mcp-server-new" primary_region = "iad" [build] [env] PORT = "8080" NODE_ENV = "production" ALLOWED_HOSTS = "kleros-mcp-server-new.fly.dev" [http_service] internal_port = 8080 force_https = true auto_stop_machines = true auto_start_machines = true min_machines_running = 0 processes = ["app"] [http_service.concurrency] type = "connections" hard_limit = 25 soft_limit = 20 [[http_service.checks]] grace_period = "15s" interval = "30s" method = "GET" timeout = "10s" path = "/health" [[vm]] cpu_kind = "shared" cpus = 1 memory_mb = 256

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/gmkung/kleros-court-mcp'

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