Select an agent guide. Each guide gives you install, authentication, key, configuration, verification, and revoke procedures.
Five hosts can run the Versalist Model Context Protocol (MCP) server. Pi uses command-line interface (CLI) commands only.
Use one guide for your current agent.
OpenCode, Claude Code, Codex, Cursor, and Zed can start the MCP server.
All six agents can run the same Versalist commands.
Select an agent
Setup flow
Shared CLI workflow
Install the Versalist CLI once. Each agent can then run the same repository commands.
npm install -g @versalist/cli
versalist --helpversalist list --search "agentic code optimization"
versalist start agentic-code-optimization-review
versalist run --command "python agent.py" --label baseline
versalist evaluate --run <baseline-run-id> --command "pytest" --score 70
versalist run --command "python agent.py" --label candidate
versalist evaluate --run <candidate-run-id> --command "pytest" --score 84
versalist compare --baseline <baseline-run-id> --candidate <candidate-run-id>
versalist submit --url https://github.com/you/solution --title "Candidate run"The CLI stores local records under .versalist/. It does not upload these records automatically.
The submit command sends project metadata and URLs. It does not upload the contents of .versalist/.
Keep keys safe
VERSALIST_API_KEY in an environment variable or secret manager. Use a host environment reference when the host supports it.- Create separate keys for separate tools or environments.
- Give each key only the required scopes.
- Do not put a key in a repository file.
- Revoke a key when it is exposed, unused, or no longer required.
Start setup
Open an agent guide first. The guide links to account creation and scoped key setup.
- OpenCode guide · Sign in and create a key
- Claude Code guide · Sign in and create a key
- Codex guide · Sign in and create a key
- Cursor guide · Sign in and create a key
- Pi guide · Sign in and create a key
- Zed guide · Sign in and create a key
For all CLI commands, open the Versalist CLI reference.