We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d87887f commit d05a29eCopy full SHA for d05a29e
README.md
@@ -129,7 +129,13 @@ The server implements comprehensive error handling with custom error classes and
129
- `ALLOW_SHELL_COMMANDS`: Set to 'true' to enable shell command execution (e.g. `!ls`). Defaults to false for security.
130
- `NVIM_SOCKET_PATH`: Set to the path of your Neovim socket. Defaults to '/tmp/nvim' if not specified.
131
132
-## Usage with Claude Desktop
+## Installation
133
+
134
+### Option 1: DXT Package (Recommended)
135
+1. Download the latest `.dxt` file from [Releases](https://github.com/bigcodegen/mcp-neovim-server/releases)
136
+2. Drag the file to Claude Desktop
137
138
+### Option 2: Manual Installation
139
Add this to your `claude_desktop_config.json`:
140
```json
141
{
0 commit comments