Skip to main content
Glama

Voyager-MCP

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.

Related MCP server: projscan

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}
}

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    A
    maintenance
    An MCP server that provides AI coding agents with AST-accurate, context-budget-aware codebase querying, safety gates, and team policy integration via structured tools and a local plugin layer.
    121 npm
    4
    MIT
  • A
    license
    B
    quality
    F
    maintenance
    A universal MCP server that automatically discovers and registers CLI tools as AI-powered agents with persona configuration, enabling any CLI tool to be used as an MCP tool.
    4
    1
    MIT