MCP Server
MCP
io.github.matthew-b-simpson/echosaw
Media intelligence analysis for audio, video, and images via the Echosaw MCP server.
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
By
Comments
Sign in to leave a comment