TaskJunkyDocs

OpenAI Codex

Configure TaskJunky MCP server for the OpenAI Codex CLI.

Codex supports HTTP MCP servers with OAuth:

~/.codex/config.toml
[mcp_servers.taskjunky]
type = "http"
url = "https://web.taskjunky.app/mcp"

Codex will prompt you to sign in via OAuth on first use.

If your repo has an AGENTS.md, add a TaskJunky startup rule there so Codex sees it in-project:

## TaskJunky (MCP)

Always call `get_context` at the start of every new session and whenever resuming a previous session before taking new actions.

Verify it works

After configuring, restart Codex and ask it to call get_context. It should return your rules, projects, and lists. On later resumed sessions, it should call get_context again before doing new work.

On this page