← Index

io.github.ofershap/ai-context-kit

io.github.ofershap/ai-context-kit·v0.1.2·Developer Tools
Quality Score
78
/100

Lint, measure, and sync AI context files across Cursor, Claude Code, Copilot.

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