mcpbeat Sign in

AI Context MCP Server

local only

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

Local-first MCP server: version-correct library docs, code map, and offline drift for your repo.

Installs per day peak 603 · avg 241 · +193% w/w
a month agotoday
2 213
Installs / week
npm · @vibgrate/cli
4
Stars
27 open issues
17 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

We read the source, 17 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs a command on install [пакет] package.json:1
postinstall: node scripts/postinstall.mjs
  const solutionPath = path.join(TEST_SOLUTIONS_DIR, solution.path);
    const chrome = spawn(bin, args, { stdio: 'ignore' });
Touches key and credential files src/code/secrets.ts:22
    String.raw`(^|/)\.npmrc$`,

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 -- npx -y @vibgrate/cli
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ai-context": {
      "args": [
        "-y",
        "@vibgrate/cli"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ai-context]
command = "npx"
args = ["-y", "@vibgrate/cli"]
.cursor/mcp.json
{
  "mcpServers": {
    "ai-context": {
      "args": [
        "-y",
        "@vibgrate/cli"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ai-context": {
      "args": [
        "-y",
        "@vibgrate/cli"
      ],
      "command": "npx"
    }
  }
}

Alternatives to AI Context

same job, measured the same way
Lodekeep
by lodekeep

Memory MCP server for Claude Code. Correct a fact and the old version stops being recalled.

215 installs/wk answering
Seojeom MCP
by seojeom

Local-first MCP server for Claude/Codex project wiki and graph workflows

local only
Silex
by silex-tec

Local-first MCP server that reconstructs architecture, workflows and business rules from your code.

212 installs/wk local only
Vaspera Pm
by rcolkitt

Verify docs against code, detect drift, and generate verified specs (MCP server).

104 installs/wk local only
Readyorai
by tedoneobichajavascript

Zero-cost MCP server for local code inspection and best-practice recommendations

32 installs/wk local only
Prism Coder
by dcostenco

Session memory for coding agents: local-first recall, drift detection, on-device inference.

1 183 installs/wk local only
Codex Tldraw MCP
by jananadiw

A Codex stdio MCP server that generates repo-local tldraw diagrams and detects code graph drift.

75 installs/wk local only
Modelbound MCP
by modelbound

Local-first MCP server for agent skills. Validate, lint, diff, and convert across IDEs.

51 installs/wk local only

AI Context — questions

Answers built from our own checks of this server.

Why is there no uptime for AI Context?
AI Context 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 @vibgrate/cli was installed 2 213 times last week.
How do I connect AI Context?
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 @vibgrate/cli straight from npm; nothing to host, nothing to sign up for.
How many people use AI Context?
The npm package @vibgrate/cli was installed 2 213 times in the last week. Week over week that is +193%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is AI Context open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript, 4 stars on GitHub and 27 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.