mcpchannel.ai
MCP Servers & AgentsMCP Clients
Build MCPs ⌄
Dev StudioREST → MCPDocs → MCP
Community MCP
Skills
Browse skillsSkills over MCPSign in to connect selected skill docs.
CLI ToolsDocs
Menu

Explore

MCP Servers & AgentsBrowse listingsMCP ClientsBrowse skillsSkills over MCPSign in to connect selected skill docs.CLI ToolsREST → MCPDocs → MCPCommunity MCPFree options, tool examples & website setup+ List yours

Account

Log inSign up free
List yoursLog in
Mmcpchannel.aiBrowseDocs → MCPCommunity MCPAdvertiseAboutBlogContactPrivacyTerms
© 2026 mcpchannel.ai
← Back to CLI Tools

lacymorrow/lacy

CLI

Details

Lacy

Talk to your shell. Commands run in your shell, and questions go to the AI coding tool you already use.

? what files are here      answered by your AI tool
$ ls -la                   runs in your shell

Install

curl -fsSL https://lacy.sh/install | bash
Other methods
npx lacy
brew install lacymorrow/tap/lacy

The installer fetches the latest release and asks at most one question. With one AI tool installed it asks nothing. It asks which to use if you have several, and offers to install lash if you have none. Open a new terminal when it's done.

Lacy runs in zsh, Bash 4+ and fish on macOS, Linux and WSL. It works with lash, claude, opencode, gemini, codex, hermes, copilot, goose, amp, aider, or a command you choose.

How it works

Lacy picks a destination when you press Enter. That step doesn't use AI: it checks word lists and whether the first word is a command.

InputGoes toWhy
ls -lashellls is a command
what files are hereagentstarts with a question word
fix the bugagentseveral words, and fix is not a command
do we have a way to uninstall?agentdo is never a command on its own
!rm -rf node_modulesshell! sends the line to the shell
@ make sure the tests passagent@ sends the line to the agent

In zsh, a mark after your prompt shows where the line will go as you type: $ for the shell, ? for the agent. In Bash and fish the prompt shows the current mode.

Sometimes a real command gets a sentence for arguments, like make sure the tests pass. It runs in the shell, and if it fails, Lacy suggests @ make sure the tests pass as your next line. zsh shows that as gray text (Right arrow or Tab takes it, Enter sends it). Bash prints it above the prompt. Nothing goes to the agent until you send it.

Questions asked from zsh or Bash carry what changed since your last one: directory, git branch, recent commands, the last exit code, and the visible terminal output in tmux, screen, iTerm2 and Terminal.app.

Commands

CommandWhat it does
mode shell|agent|autoSend everything to the shell, to the agent, or decide per line (default)
Ctrl+SpaceSwitch mode
tool set <name>Pick the AI tool and save it to the config
ask "question"Send a question to the agent
/new, /resumeStart a new conversation, or resume the last one
quitTurn Lacy off. The shell keeps running
exitExit the shell, as usual

Fish supports mode, ask, quit and Ctrl+Space.

Outside the shell, the lacy command handles setup and maintenance: lacy doctor, lacy update, lacy setup, lacy logs. Run lacy help for the full list.

Configuration

Settings live in ~/.lacy/config.yaml:

agent_tools:
  active: claude   # leave empty to use the first tool found

modes:
  default: auto    # shell, agent, or auto

The full reference, including the query log, spinner style, terminal context, environment variables and NO_COLOR, is in docs/DOCS.md.

Lacy sends anonymous events on install, update, uninstall and first load (install method, OS, architecture, shell, version). Set DO_NOT_TRACK=1 to turn them off.

Uninstall

lacy uninstall

Or npx lacy --uninstall, or curl -fsSL https://lacy.sh/install | bash -s -- --uninstall.

Troubleshooting

Start with lacy doctor. It checks the install, your shell config and the AI tool, and exits 1 if something is wrong.

  • A command went to the agent: start the line with !, or run mode shell.
  • A question went to the shell: start the line with @.

License

FSL-1.1-MIT. To contribute, see CONTRIBUTING.md.

View on GitHub →

Ratings & Reviews

No reviews yet. Be the first to rate this tool.

Sign in to leave a review.

Mmcpchannel.aiBrowseDocs → MCPCommunity MCPAdvertiseAboutBlogContactPrivacyTerms
© 2026 mcpchannel.ai
mcpchannel.ai
MCP Servers & AgentsMCP Clients
Build MCPs ⌄
Dev StudioREST → MCPDocs → MCP
Community MCP
Skills
Browse skillsSkills over MCPSign in to connect selected skill docs.
CLI ToolsDocs
Menu

Explore

MCP Servers & AgentsBrowse listingsMCP ClientsBrowse skillsSkills over MCPSign in to connect selected skill docs.CLI ToolsREST → MCPDocs → MCPCommunity MCPFree options, tool examples & website setup+ List yours

Account

Log inSign up free
List yoursLog in