logoalt Hacker News

kordlessagainlast Thursday at 9:35 PM3 repliesview on HN

I’ve been using Codex CLI heavily after moving off Claude Code and built a containerized starter to run Codex in different modes: timers/file triggers, API calls, or interactive/single-run CLI. A few others are already using it for agentic workflows. If you want to run Codex securely (or not) in a container to test the model or build workflows, check out https://github.com/DeepBlueDynamics/codex-container.

It ships with 300+ MCP tools (crawl, Google search, Gmail/GCal/GDrive, Slack, scheduling, web indexing, embeddings, transcription, and more). Many came from tools I originally built for Claude Desktop—OpenAI’s MCP has been stable across 20+ versions so I prefer it.

I will note I usually run this in Danger mode but because it runs in a container, it doesn't have access to ENVs I don't want it messing with, and have it in a directory I'm OK with it changing or poking about in.

Headless browser setup for the crawl tools: https://github.com/DeepBlueDynamics/gnosis-crawl.

My email is in my profile if anyone needs help.


Replies

marktolsonlast Thursday at 10:55 PM

Looks good but there is no way I'm installing powershell as a dependency.

show 2 replies
derrasterpunktyesterday at 12:54 AM

I’m just at the beginning but I will try this out, thanks!

show 1 reply
pertymcpertlast Thursday at 10:48 PM

I assume those MCP tools are a library and not actually expected to work all at the same time right?

show 1 reply