Skip to main content
Glama
package.json1.35 kB
{ "name": "mcp-audio-inspector", "version": "0.1.0", "description": "MCP server for comprehensive audio file analysis and metadata extraction", "type": "module", "main": "index.js", "bin": { "mcp-audio-inspector": "./index.js" }, "engines": { "node": ">=18.0.0" }, "keywords": [ "mcp", "audio", "metadata", "inspector", "game-audio", "music-metadata" ], "author": "DeveloperZo", "license": "MIT", "dependencies": { "music-metadata": "^10.5.0", "@modelcontextprotocol/sdk": "^0.6.0", "commander": "^12.0.0" }, "devDependencies": { "@types/node": "^20.0.0", "jest": "^29.7.0", "@jest/globals": "^29.7.0", "jest-environment-node": "^29.7.0" }, "scripts": { "start": "node index.js", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "test:legacy": "node test/test.js", "validate": "node --check index.js", "prepublishOnly": "npm run validate" }, "repository": { "type": "git", "url": "https://github.com/DeveloperZo/mcp-audio-inspector.git" }, "bugs": { "url": "https://github.com/DeveloperZo/mcp-audio-inspector/issues" }, "homepage": "https://github.com/DeveloperZo/mcp-audio-inspector#readme", "files": [ "index.js", "lib/", "README.md", "LICENSE" ] }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/DeveloperZo/mcp-audio-inspector'

If you have feedback or need assistance with the MCP directory API, please join our Discord server