cli-forge

eidos-agi/cli-forge
★ 0 stars TypeScript 💻 Code/Dev Tools Updated 2d ago
Convert MCP servers into agent-first CLIs. Kill the token tax.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cli-forge": {
      "command": "npx",
      "args": [
        "-y",
        "eidos-agi/cli-forge"
      ]
    }
  }
}

README Excerpt

Convert MCP servers into agent-first CLIs. Kill the token tax. An MCP with 51 tools costs ~9K tokens of context — permanently. That's context space stolen from conversation, code, and reasoning. And most agents use 5 of those 51 tools. Extract the API logic into a CLI. Ship with a skill file. Remove the giant MCP.