Microsoft
GitHub Copilot CLI
Valency Bond™ works with the GitHub Copilot 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 and install the plugin:
Terminal window copilot plugin marketplace add valency-oss/valency-connectors && \copilot plugin install valency@valency-copilot-plugin -
Start the Copilot CLI:
Terminal window copilot -
Authenticate Valency:
Copilot CLI /mcp auth valencySign in when the browser opens.
-
Verify the connection:
Copilot CLI /mcpvalencyappears as 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 copilot plugin list to confirm valency is present. If the marketplace step failed, re-add it with copilot plugin marketplace add valency-oss/valency-connectors and install again.
Tools don't appear?
Confirm /mcp shows valency as connected. If auth completed but no tools appear, restart copilot so it picks up the new server connection.
Need to start over? Remove the plugin and its marketplace, then reinstall:
copilot plugin uninstall valency && \ copilot plugin marketplace remove valency-copilot-pluginThe add command uses the repository source. Copilot CLI registers that marketplace under its manifest name, valency-copilot-plugin, 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.