xAI
Grok Build
Valency Bond™ works with Grok Build (opens in new tab), xAI's coding agent, over MCP using OAuth. Installing the Valency plugin brings the MCP connection and the research skills in one step.
-
Add the Valency marketplace and install the plugin:
Terminal window grok plugin marketplace add valency-oss/valency-connectors && \grok plugin install valency --trust -
Start a new Grok session:
Terminal window grok -
Authenticate Valency. Open the MCP manager, select
valency, and press i:Grok Build /mcpsSign in when the browser opens.
-
Verify the connection.
/mcpsshowsvalencyas connected, with the Valency tools (paper search, author lookup, citation lookup, trend analysis, and more) listed. -
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”Plugin didn't install cleanly?
Run grok plugin details valency. It should report the Valency skills and one HTTP MCP server. If the marketplace step failed, re-add it and install again.
Tools don't appear?
Confirm /mcps shows valency as connected. If you installed without --trust, Grok won't activate the remote MCP server; reinstall with the flag.
Need to start over? Remove the plugin and its marketplace, then reinstall:
grok plugin uninstall valency && \ grok plugin marketplace remove https://github.com/valency-oss/valency-connectors.gitThe two forms are intentional: Grok accepts the OWNER/REPO shorthand when adding a marketplace and records it by its canonical Git URL, which the remove command expects.
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.