mcp-server

getnijam/mcp-server
★ 0 stars TypeScript AI/LLM Updated today
An MCP server for your AI to understand why tests are failing, flaky, and all other insights
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "getnijam/mcp-server"
      ]
    }
  }
}

README Excerpt

<p align="center"> <img src="./logo.png" alt="Nijam" width="84" height="84" /> </p> MCP server for [Nijam](https://nijam.dev), lets any MCP-capable agent (Claude Code, Claude Desktop, Cursor, …) query your Playwright test runs: what failed, why, since when, and what's flaky. Ask things like *"why is the checkout suite red?"*, *"is `cart updates quantity` flaky?"*, or *"when did this test start failing?"*, the model answers from your real run history.

Tools (11)

NIJAM_API_KEYNIJAM_API_URLget_failureget_latest_runget_projectsget_runget_test_historyis_test_flakylist_failing_testslist_flaky_testslist_runs