mcpbeat Sign in

AI Context Kit MCP Server

local only

AI Context Kit runs on your own machine — the client starts it, so there is no endpoint to ping. 52 installs a week from npm. Last commit 16 Sep 2026.

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

Installs per day peak 21 · avg 9 · -44% w/w
a month agotoday
52
Installs / week
npm · ai-context-kit
8
Stars
0 open issues
16 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check AI Context Kit every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add ai-context-kit -- npx -y ai-context-kit
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ai-context-kit": {
      "args": [
        "-y",
        "ai-context-kit"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ai-context-kit]
command = "npx"
args = ["-y", "ai-context-kit"]
.cursor/mcp.json
{
  "mcpServers": {
    "ai-context-kit": {
      "args": [
        "-y",
        "ai-context-kit"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ai-context-kit": {
      "args": [
        "-y",
        "ai-context-kit"
      ],
      "command": "npx"
    }
  }
}

Alternatives to AI Context Kit

same job, measured the same way
Agent Magnet
by helinakdogan

Behavioral memory layer for AI tools. Learns preferences and context across Claude, Cursor, Codex.

801 installs/wk local only
Claudexor
by razzant

Route coding work across Claude Code, Codex, Cursor, and OpenCode with shared context.

1 245 installs/wk local only
Claude Context Sync
by ybin4548

Share context, detect conflicts, and message across parallel Claude Code sessions

70 installs/wk local only
Contextforge MCP
by alfredoizdev

Persistent memory MCP server for Claude Code, Cursor, and GitHub Copilot.

197 installs/wk local only
ctxlint
by yawlabs

Lint AI agent context files (CLAUDE.md, AGENTS.md, etc.) against your actual codebase

16 091 installs/wk local only
Promptarch
by promptarch

Research-backed linting + generation for agent context files (CLAUDE.md, AGENTS.md, Cursor rules).

3 tools answering
Agent Audit
by fullstackdegen

Turn Lighthouse audits into coding-agent fix packs for Claude Code, Cursor, and Copilot.

32 installs/wk local only
C
Wontopos
by wontopos

Wontopos (WOS) long-term memory - one memory across Claude Code, Cursor, and your agents.

461 installs/wk local only

AI Context Kit — questions

Answers built from our own checks of this server.

Why is there no uptime for AI Context Kit?
AI Context Kit runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package ai-context-kit was installed 52 times last week.
How do I connect AI Context Kit?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls ai-context-kit straight from npm; nothing to host, nothing to sign up for.
How many people use AI Context Kit?
The npm package ai-context-kit was installed 52 times in the last week. Week over week that is -44%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is AI Context Kit open source?
Yes — it is published under the MIT licence, written in TypeScript and 8 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.