← Browse

@koltyj/rew-mcp

A

MCP server package rew-mcp

mcp_servermcp

Install

agr install @koltyj/rew-mcp --target claude

This artifact does not publish files for Claude.

Document

{ "name": "rew-mcp", "version": "1.0.0", "description": "MCP server for Room EQ Wizard measurement analysis. Enables AI-assisted speaker placement decisions and validation of Genelec GLM calibration.", "type": "module", "mcpName": "io.github.koltyj/rew-mcp", "bin": { "rew-mcp": "dist/index.js", "rew-mcp-tui": "dist/tui/index.js" }, "files": [ "dist", "plugin", "docs/analysis-rules.md", "docs/architecture.md", "docs/examples.md", "docs/file-formats.md", "docs/glm-context.md", "docs/guardrails.md", "docs/prompts.md", "docs/references.md", "docs/resources.md", "docs/tools", "CHANGELOG.md", "CODE_OF_CONDUCT.md", "CONTRIBUTING.md", "SECURITY.md", "README.md", "LICENSE" ], "publishConfig": { "access": "public" }, "scripts": { "build": "tsc && node -e "require('fs').chmodSync('dist/index.js','755');try{require('fs').chmodSync('dist/tui/index.js','755')}catch{}"", "start": "node dist/index.js", "dev": "tsc --watch", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "lint": "eslint src --no-warn-ignored", "lint:fix": "eslint src --fix --no-warn-ignored", "prepare": "npm run build", "prepublishOnly": "npm run build && npm run lint && npm test" }, "keywords": [ "mcp", "mcp-server", "model-context-protocol", "rew", "room-eq-wizard", "audio", "acoustics", "room-correction", "speaker-placement", "genelec", "glm", "frequency-response", "impulse-response" ], "author": "Kolton Jacobs", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/koltyj/rew-mcp.git" }, "bugs": { "url": "https://github.com/koltyj/rew-mcp/issues" }, "homepage": "https://github.com/koltyj/rew-mcp#readme", "engines": { "node": ">=20.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.25.2", "ink": "^6.8.0", "ink-spinner": "^5.0.0", "react": "^19.2.4", "ws": "^8.19.0", "zod": "^3.23.8", "zod-to-json-schema": "^3.23.5" }, "devDependencies": { "@eslint/js": "^10.0.1", "@types/node": "^22.10.0", "@types/react": "^19.2.14", "@types/ws": "^8.18.1", "@typescript-eslint/eslint-plugin": "^8.57.0", "@typescript-eslint/parser": "^8.57.0", "@vitest/coverage-v8": "^2.1.8", "eslint": "^10.0.3", "globals": "^17.4.0", "msw": "^2.12.7", "typescript": "^5.8.2", "typescript-eslint": "^8.57.0", "vitest": "^2.1.8" } }

Trustgrade A

  • passBody integrity

    Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.

  • warnType matchbest-effort: server code not analyzed

    Whether the artifact is really the kind of thing its metadata claims it is.

  • passFreshness

    How long since the source repository was last pushed to.

  • passPrompt injection

    Scans the artifact's own text for instructions aimed at your agent rather than at you.

  • passLicense

    Whether the source repository declares an SPDX license permissive enough to redistribute.

How the grade is calculated

Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:

  • Aevery check passed
  • Bone warning
  • Ctwo warnings
  • Dprompt injection or body integrity failed, or three warnings
  • Fone of those failed, and something else is wrong

These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.

Versions

  • git-8e75a56e6a9d2026-08-06