← Index

io.github.dgtalquantumleap-ai/ebenova-scope-guard

io.github.dgtalquantumleap-ai/ebenova-scope-guard·v1.0.1·Other
Quality Score
85
/100

AI contract scope violation detector. Detect scope creep, draft responses.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "ebenova-scope-guard": {
      "command": "npx",
      "args": [
        "-y",
        "@ebenova/scope-guard-mcp"
      ],
      "env": {
        "EBENOVA_API_KEY": "<your-ebenova_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "ebenova-scope-guard": {
      "command": "npx",
      "args": [
        "-y",
        "@ebenova/scope-guard-mcp"
      ],
      "env": {
        "EBENOVA_API_KEY": "<your-ebenova_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @ebenova/scope-guard-mcp
§02  Environment variables
EBENOVA_API_KEY
requiredsecret

Ebenova API key from ebenova.dev/dashboard

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other