neo-tree.nvim
Neovim plugin to manage the file system and other tree like structures.
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"
]
}
}
}