Odel
ai context kit

ai context kit

Local
@ofershap8TypeScriptMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmai-context-kitv0.1.2

Run

npx -y ai-context-kit

MCP client config

{
  "mcpServers": {
    "ai-context-kit": {
      "command": "npx",
      "args": [
        "-y",
        "ai-context-kit"
      ]
    }
  }
}