Control Neovim in tmux so AI can automate editing and development tasks.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "@aetherall/mcp-nvim-tmux" yet — see the docs or source repo.
Connect to the Neovim instance running inside tmux, open the current project, replace all old imports from utils/logger with lib/logger, fix obvious import errors, and summarize the changed files.
The AI performs bulk replacements and basic fixes in Neovim, then returns a summary of changed files and results.
Enter the Neovim session in tmux, search the project for code related to 'connection timeout', locate the most likely timeout configuration, propose a fix, edit the code directly, and explain the reason.
The AI searches, locates, and edits inside the editor, then outputs a concise fix explanation.
Open the current module in the Neovim session inside tmux, add unit tests for uncovered core functions, follow the existing test style, and list the newly added test cases.
The AI adds test files or test cases in the codebase and provides a summary of coverage improvements.
Programmatically manage tmux sessions, windows, and panes for terminal automation.
Run commands and control a persistent tmux terminal session remotely.
Control a persistent terminal via MCP for commands, SSH, and containers.
Let AI control local or remote terminals and interactive TUI apps.
Let AI safely control tmux sessions, windows, and panes for terminal automation.
Control Claude Code sessions in tmux with fine-grained orchestration and efficient extraction.