OpenAI
Codex CLI
Valency Bond™ works with the Codex CLI (opens in new tab) over MCP using OAuth. Installing the Valency plugin brings the MCP connection and the research skills in one step.
-
Add the Valency marketplace, install the plugin, and sign in with one chained command:
Terminal window codex plugin marketplace add valency-oss/valency-connectors && \codex plugin add valency@valency && \codex mcp login valencyThe plugin carries both the Valency Bond MCP connection and the research skills, so there's no separate MCP server to add and no separate Valency app to install.
codex mcp loginauthorizes the bundled connection.Complete sign-in when the browser opens, then return to the terminal.
-
Start a new Codex session so its skills and MCP tools load:
Terminal window codex -
Verify the connection. Run
/mcpinside Codex. Valency is listed with its tools. -
Ask (more prompt ideas):
Use Valency to search for papers about quantum computing
Skills
Section titled “Skills”The plugin also installs a set of multi-step research workflows on top of the MCP tools. Each one is a prescribed chain of tool calls, not a single search.
| Skill | Ask things like |
|---|---|
profile | "Who is Yoshua Bengio and what do they work on?" |
landscape | "Give me a landscape of cs.LG" |
similar | "Find papers similar to arXiv 1706.03762" |
trends | "Is diffusion model research still growing?" |
network | "Who does Yann LeCun collaborate with?" |
reading-list | "What should a student of geometric deep learning be reading?" |
fresh-collaborators | "Who should this researcher be talking to that they aren't already?" |
Trigger a skill by slash command or natural language:
/valency:profile Yoshua BengioWhat should David Hogg be reading next?Troubleshooting
Section titled “Troubleshooting”Need to sign in again? After a token expires, or if you clear credentials:
codex mcp login valencySkills or tools don't appear? Start a new Codex session. Plugins load at session start, not mid-session.
Need to start over? Remove the plugin and its marketplace, then reinstall:
codex plugin remove valency@valency && \ codex plugin marketplace remove valencyThe marketplace is registered under the name valency, even though you added it using the source valency-oss/valency-connectors.
Need help?
Section titled “Need help?”If something isn't working, check Troubleshooting for common fixes. See the FAQ for general questions, or report an issue if you're still stuck.