Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Voyager

FreeNot checked

A Voyager-inspired MCP server that enables coding agents to build and immediately use CLI tools without restarting sessions.

GitHubEmbed

About

A Voyager-inspired MCP server that enables coding agents to build and immediately use CLI tools without restarting sessions.

README

A Voyager-inspired MCP server that enables coding agents to build and immediately use CLI tools without restarting sessions.

Features

  • Single Tool: The tool exposes a single tool run_shell_command.
  • Skill library: Agents can add new commands in ~/.config/voyager/bin/.
  • Dynamic schema: The run_shell_command tool description can be configured from ~/.config/voyager/prompt.txt, and it also dynamically loads available executables in ~/.config/voyager/bin/.
  • Configurable: Each executable can provide a .desc file, which will be included in the run_shell_command tool description.
  • Secure Execution: Uses subprocess with argument lists to prevent shell injection.

Installation

# add it to claude code
claude mcp add voyager uvx voyager-mcp

# try it with mcp inspector
npx -y @modelcontextprotocol/inspector uvx voyager-mcp

LICENSE

MIT

Citation

@article{wang2023voyager,
  title   = {Voyager: An Open-Ended Embodied Agent with Large Language Models},
  author  = {Guanzhi Wang and Yuqi Xie and Yunfan Jiang and Ajay Mandlekar and Chaowei Xiao and Yuke Zhu and Linxi Fan and Anima Anandkumar},
  year    = {2023},
  journal = {arXiv preprint arXiv: Arxiv-2305.16291}
}

from github.com/changjonathanc/voyager-mcp

Installing Voyager

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/changjonathanc/voyager-mcp

FAQ

Is Voyager MCP free?

Yes, Voyager MCP is free — one-click install via Unyly at no cost.

Does Voyager need an API key?

No, Voyager runs without API keys or environment variables.

Is Voyager hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Voyager in Claude Desktop, Claude Code or Cursor?

Open Voyager on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Voyager with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs