| ▲ | kordlessagain 18 hours ago | ||||||||||||||||||||||
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. | |||||||||||||||||||||||
| ▲ | marktolson 17 hours ago | parent | next [-] | ||||||||||||||||||||||
Looks good but there is no way I'm installing powershell as a dependency. | |||||||||||||||||||||||
| |||||||||||||||||||||||
| ▲ | derrasterpunkt 15 hours ago | parent | prev | next [-] | ||||||||||||||||||||||
I’m just at the beginning but I will try this out, thanks! | |||||||||||||||||||||||
| |||||||||||||||||||||||
| ▲ | pertymcpert 17 hours ago | parent | prev [-] | ||||||||||||||||||||||
I assume those MCP tools are a library and not actually expected to work all at the same time right? | |||||||||||||||||||||||
| |||||||||||||||||||||||