Skip to content

Install Codex

Codex is stdio-first, so use glia-bridge.

Create a StateLode API token in the dashboard and expose it to the Codex process as GLIA_TOKEN. Do not write the token into committed config.

{
"mcpServers": {
"glia": {
"command": "npx",
"args": ["glia-bridge", "--token", "${GLIA_TOKEN}"]
}
}
}

Ask Codex:

Use StateLode to list active tasks for project glia, then get the highest priority task.

Codex should call task_search first and only call task_get after choosing a task summary.