diff --git a/README.md b/README.md index 36e20d0..381e697 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,21 @@ Go to **Settings > Tools > AI Assistant > MCP Servers**, click **+**, and add: } ``` +### Zed + +Add to `~/.zed/settings.json` on macOS or `~/.config/zed/settings.json` on Linux: + +```json +{ + "context_servers": { + "sediment": { + "command": "sediment", + "args": [], + } + } +} +``` + ## Tools | Tool | Parameters | Description |