From fcdf6cb7b0427045374f601ada262f0af3a4a11e Mon Sep 17 00:00:00 2001 From: Nicolas Le Cam Date: Fri, 13 Mar 2026 13:59:20 +0100 Subject: [PATCH] Document zed mcp configuration --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 |