Codex + moodspec
Register moodspec in your Codex config so CLI and cloud runs share one source of taste.
Setup · about 2 minutes
- Copy your endpointConnect agent on the canvas and copy the URL and token.
- Edit config.tomlAdd the mcp_servers block below.
- VerifyRun codex mcp list — moodspec should report connected.
- Use itMention the canvas in your task description; Codex queries it for design decisions.
[mcp_servers.moodspec]
command = "npx"
args = ["-y", "mcp-remote", "https://mcp.moodspec.app/c/brand-soul"]
env = { MOODSPEC_TOKEN = "msk_live_••••" }Works headless
Because the canvas lives behind a URL, scheduled or cloud Codex runs get the same taste as your laptop — nothing to copy into the repo.