Skip to main content
Glama
railway.json514 B
{ "name": "acf-mcp-proxy", "description": "Agentic Control Framework with mcp-proxy bridge", "dockerfile": "Dockerfile.proxy", "port": 8080, "environment": { "NODE_ENV": "production", "WORKSPACE_ROOT": "/data", "ALLOWED_DIRS": "/data:/tmp", "ACF_PATH": "/app" }, "healthCheck": { "path": "/health", "intervalSeconds": 30, "timeoutSeconds": 10 }, "resources": { "memory": 1024, "cpu": 1000 }, "scaling": { "minInstances": 1, "maxInstances": 5 } }

Latest Blog Posts

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/FutureAtoms/agentic-control-framework'

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