Back to the catalog

published by vola-trebla

14 listings on this page, in order of arrival. Each one has its own page with README, repository facts and source links.

  1. io.github.vola-trebla/ast-impact-mapper-mcp
    MCP server that uses TypeScript AST to find which tests are affected by a code change
  2. io.github.vola-trebla/env-secret-exposure-analyzer-mcp
    Scans projects for secret exposure: leaked API keys, unprotected .env files, and secrets in logs.
  3. io.github.vola-trebla/flakiness-knowledge-graph-mcp
    MCP server + Playwright reporter that builds a flakiness knowledge graph from test run history
  4. io.github.vola-trebla/ndjson-local-log-triage-mcp
    Streams NDJSON log triage: query patterns, detect anomalies, summarize timelines without full load.
  5. io.github.vola-trebla/playwright-network-chaos-mcp ★ 1
    MCP server that gives AI agents dynamic network chaos control over Playwright browser sessions
  6. io.github.vola-trebla/playwright-spatial-layout-mcp
    MCP server that gives AI agents geometric spatial awareness of web page layouts using Playwright
  7. io.github.vola-trebla/playwright-trace-decoder-mcp ★ 1
    MCP server for unpacking and analyzing Playwright trace.zip archives
  8. io.github.vola-trebla/react-render-profile-mcp ★ 2
    Decodes React DevTools Profiler exports into render summaries and memoization advice for AI agents.
  9. io.github.vola-trebla/release-readiness-triage-mcp
    Aggregates CI failures, cross-references flakiness history, and outputs GO/NO_GO release verdicts.
  10. io.github.vola-trebla/sourcemap-retrace-mcp
    Decodes minified production stack traces back to original TypeScript source using source maps.
  11. io.github.vola-trebla/tailwind-context-resolver-mcp
    Resolves Tailwind CSS design tokens and validates utility classes against the local project config.
  12. io.github.vola-trebla/tsconfig-inheritance-flattener-mcp
    Resolves TypeScript config inheritance chains and returns effective compiler options per file.
  13. io.github.vola-trebla/v8-cpu-profile-decoder-mcp ★ 1
    MCP server that decodes V8 CPU profiles into token-efficient bottleneck summaries for AI agents
  14. io.github.vola-trebla/zod-contract-mock-forge-mcp
    MCP server for deterministic mock generation and API contract scaffolding using Zod schemas