neo-tree.nvim

GitHub

Neovim plugin to manage the file system and other tree like structures.

5,552 stars Lua 1 file ยท ~6,283 tokens #file-explorer#lua#neovim#plugin

neo-tree.nvim MCP Server

MCP server for nvim-neo-tree/neo-tree.nvim

Ready-to-Use Client Configurations
{
  "mcpServers": {
    "neo-tree.nvim": {
      "command": "npx",
      "args": [
        "-y",
        "@nvim-neo-tree/neo-tree.nvim"
      ]
    }
  }
}