Skip to content
Cursor

echosaw for Cursor

io.github.matthew-b-simpson/echosaw

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

client:Cursor transport:stdio runtime:npm

Install echosaw in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

echosaw in other clients