Skip to content
Zed

echosaw for Zed

io.github.matthew-b-simpson/echosaw

Media intelligence analysis for audio, video, and images via the Echosaw MCP server.

client:Zed transport:stdio runtime:npm

Install echosaw in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "echosaw": {
      "command": "npx",
      "args": [
        "-y",
        "@echosaw/mcp-server"
      ],
      "env": {
        "ECHOSAW_API_KEY": "<ECHOSAW_API_KEY>",
        "ECHOSAW_API_URL": "<ECHOSAW_API_URL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

echosaw in other clients