Skip to content

zahan-oai/devboxes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

devboxes

Bootstrapping a devbox for codex and me

Manual Setup

If devbox new fails, can do this manually

sudo apt install -y golang-go gh
cd ~/code
git clone https://github.com/zahan-oai/devboxes.git
cd devboxes
./setup.sh
cd ~/code/openai
codex login
gh auth login

MCPs

Need to add these to ~/.codex/config.toml on the devbox

[mcp_servers.buildkite]
url = "https://mcp.buildkite.com/mcp"

[mcp_servers.notion]
url = "https://mcp.notion.com/mcp"

[mcp_servers.datadog]
url = "https://mcp.datadoghq.com/api/unstable/mcp-server/mcp"

[mcp_servers.ologs]
command = "mcp-proxy"
args = ["--transport", "streamablehttp", "https://obs-mcp-default-internal.gateway.obs-1.internal.api.openai.org/ologs/mcp"]

[mcp_servers.kepler-api]
command = "oaipkg"
args = ["run", "kepler_mcp.mcp.cli"]

Then run on the devbox

codex mcp login buildkite
codex mcp login notion
codex mcp login datadog

Copy the URL it spits out to your local browser, once that redirects to a localhost / 127.0.0.1 URL - take that back to another tab on your devbox and wget it.

About

Bootstrapping a devbox for codex and me

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors