← Index

MCP Hook Conformance

io.studiomeyer/hook-conformance·v0.1.1·Other
Quality Score
85
/100

Audits MCP servers for Claude Code mcp_tool hook readiness: idempotency, latency, side-effects.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "hook-conformance": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-hook-conformance"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "hook-conformance": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-hook-conformance"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y mcp-hook-conformance
§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Other