AI Context Kit MCP Server

How do you measure the token cost of your context? You spent hours writing the perfect .md context file, just to find out that your agent got worse . It runs locally over stdio via the published package.

People connecting coding agent tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-19 · ★ 8 · #87 OF 194 MAINTAINED CODING AGENT · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install AI Context Kit

Claude Code

claude mcp add ofershap-ai-context-kit -- npx -y ai-context-kit

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package ai-context-kit - unscoped; check the name against the project README before installing

registry namespace io.github.ofershap is GitHub-verified and matches the repo owner

03 · Who maintains AI Context Kit

ai-context-kit is maintained by ofershap. We track 15 MCP servers from ofershap - 15 actively maintained, 92 combined GitHub stars, oldest repo from Feb 2026. Full record: all servers from ofershap.

  1. real-browser MCP server + Chrome extension for AI browser control with real sessions. ★ 48
  2. scraper Web scraping MCP - extract clean markdown, links, and metadata from any URL. ★ 5
  3. markdown Markdown MCP - search, extract sections, list headings, find code blocks. ★ 5
  4. s3 AWS S3 MCP - list buckets, browse objects, upload/download, presigned URLs. ★ 4
  5. github-actions GitHub Actions MCP - view runs, read logs, re-run jobs, and manage CI/CD. ★ 4
  6. cloudflare MCP server to manage Cloudflare Workers, KV, R2, Pages, DNS, and cache from your IDE ★ 4

04 · Facts

category
coding agent - ranked #87 of 194 actively-maintained coding agent servers as of 2026-08-25.
registry
io.github.ofershap/ai-context-kit (active, first published 2026-03-10)
packages
npm:ai-context-kit

05 · AI Context Kit FAQ

What is AI Context Kit?

How do you measure the token cost of your context? You spent hours writing the perfect .md context file, just to find out that your agent got worse . It runs locally over stdio via the published package.

Is AI Context Kit still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-19. We re-verify nightly.

How do I install AI Context Kit?

Run `npx -y ai-context-kit`. You can also paste the ready-made client config above.

Does AI Context Kit run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

06 · Alternatives to AI Context Kit

More coding agent MCP servers · Composer · Token Optimizer MCP · Mcacp · Task Graph MCP · Covenant Guard

More TypeScript MCP servers · Cloudflare · Dns (ofershap) · GitHub Actions · GitHub Gist · Markdown · see all