Skip to main content
Glama
acf380 B
#!/usr/bin/env node /** * Agentic Control Framework (ACF) - Main CLI Entry Point * * @author Abhilash Chadhar (FutureAtoms) * @description Main CLI entry point for task management * @version 0.1.1 */ try { require("./task-cli.js"); } catch (error) { console.error(`[FATAL] Failed to start ACF CLI: ${error.message}`); console.error(error.stack); process.exit(1); }

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