Back to search
30
MCP

@kalisky/skar

npm/@kalisky/skar

Skar turns a captured AI agent trace into a committed pytest regression test. MCP server + CLI. Use when a tool-using agent run fails and you want to lock the failure as an executable test.

Uptime
0.0%
6 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

io.github.mukundakatta/agentsnap
Snapshot tests for AI tool-call traces: diff, validate, and catch silent regressions.
0 tools
io.github.kryptosai/mcp-observatory
Regression testing for MCP servers. Checks capabilities, invokes tools, detects schema drift.
0 tools
@paretools/test
MCP server for test runners — structured pass/fail results with failure details for AI agents
0 tools
io.github.hidai25/evalview-mcp
Regression testing for AI agents. Golden baselines, CI/CD, LangGraph, CrewAI, OpenAI, Claude.
0 tools
MCP-Kali-Server
MCP configuration to connect AI agent to a Linux machine.
0 tools
mcpact
Contract testing and regression detection for MCP servers.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "@kalisky/skar": {
      "url": "None",
      "transport": "http"
    }
  }
}