Trackjs Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Trackjs Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A Model Context Protocol server for TrackJS error monitoring that allows you to query and analyze your JavaScript errors.
npm installCopy the example environment file and add your API key:
cp env.example .envThen edit .env with your actual TrackJS API key:
# Required: Your TrackJS API key
TRACKJS_API_KEY=your_actual_api_key_here
# Required: Your TrackJS Customer ID
TRACKJS_CUSTOMER_ID=your_actual_customer_id_here
# Optional: Custom API base URL (defaults to https://api.trackjs.com)
TRACKJS_BASE_URL=https://api.trackjs.comnpm run buildnpm startThis MCP server provides the following tools:
Once connected via MCP, you can ask questions like:
To use this server with Claude Desktop, add the following to your Claude Desktop MCP configuration file:
Location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS)
{
"mcpServers": {
"trackjs": {
"command": "node",
"args": ["/absolute/path/to/trackjs-mcp/dist/index.js"],
"env": {
"TRACKJS_API_KEY": "your_trackjs_api_key_here",
"TRACKJS_BASE_URL": "https://api.trackjs.com/v1"
}
}
}
}Important: Replace /absolute/path/to/trackjs-mcp/ with the actual path to this project directory.
If you prefer to use the .env file approach (recommended), configure like this:
{
"mcpServers": {
"trackjs": {
"command": "node",
"args": ["/absolute/path/to/trackjs-mcp/dist/index.js"],
"cwd": "/absolute/path/to/trackjs-mcp"
}
}
}This way, the server will automatically load environment variables from your .env file.
After adding the configuration:
# Development mode with hot reload
npm run dev
# Build TypeScript
npm run build
# Clean build artifacts
npm run clean~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.