← Back to Plugins
MCP Server MCP

io.github.matthew-b-simpson/echosaw

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @echosaw/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@echosaw/mcp-server",
      "version": "1.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Echosaw API key",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "ECHOSAW_API_KEY"
        },
        {
          "description": "API base URL (override for staging)",
          "format": "string",
          "name": "ECHOSAW_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...