AI Context MCP Server

Local codebase intelligence for AI coding agents - graph, drift, and version-correct docs on your machine. Its 19 documented tools cover graph, node, impact, library.

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-24 · ★ 3 · #22 OF 194 MAINTAINED CODING AGENT · VERIFIED 2026-08-25

Apache-2.0 · TypeScript servers · how we verify → /methodology

01 · Install AI Context

before you install - you'll need

Set VIBGRATE_RELAY_TOKEN, VIBGRATE_DSN before connecting.

Claude Code

claude mcp add vibgrate-cli -- npx -y @vibgrate/cli

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "vibgrate-cli": {
      "command": "npx",
      "args": [
        "-y",
        "@vibgrate/cli"
      ]
    }
  }
}

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 Apache-2.0 - declared in the repository

npm package @vibgrate/cli - published under the repo owner's npm scope (@vibgrate)

registry vendor namespace com.vibgrate - domain-verified with the official MCP registry

03 · What AI Context can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can start here: project overview, entry points, where to look first, find a symbol by name or literal string, find code by meaning: symptoms, relationships, what-breaks-if, and inspect one symbol: signature, callers, callees, area.

Capability map

Tools grouped from the project's README - what AI Context lets an agent do.

read & search

10 tools - e.g. find a symbol by name or literal string.; find code by meaning: symptoms, relationships, what-breaks-if.; inspect one symbol: signature, callers, callees, area.

search_symbols · query_graph · get_node · find_path · get_graph_summary · list_areas…

Orient

1 tool - e.g. start here: project overview, entry points, where to look first.

orient

Impact

1 tool - e.g. blast radius of a change: dependents, files, covering tests, risk.

impact_of

Tests

1 tool - e.g. which tests cover a symbol.

tests_for

Guide

1 tool - e.g. cited standards and practices for a node (OWASP/CWE).

guide_node

Check

1 tool - e.g. offline dependency inventory with optional git who-added attribution.

check_drift

Vuln

1 tool - e.g. who introduced each open vulnerability, exposure windows, CRA remediation metrics.

vuln_attribution

Upgrade

1 tool - e.g. what breaks if you upgrade a package: major distance, import blast radius, vulns fixed.

upgrade_impact

Latest releases

v2026.824.3 · 2026-08-24

Sync from monorepo (v2026.824.3)

vibgrate-action/v2026.824.3 · 2026-08-24

Composite GitHub Action that runs the signed Vibgrate scanner image (ghcr.io/vibgrate/cli). Reference it as vibgrate/cli@v1. The first release must be published to the Marketplace by hand (one-time); every release…

v2026.819.3 · 2026-08-19

Vibgrate CLI 2026.819.3 · _Released 2026-08-19_ · This release of the Vibgrate CLI includes important fixes that enhance the stability of the daemon and improve test code handling. Users should consider updating to…

04 · Who maintains AI Context

ai-context is maintained by vibgrate. It's the only MCP server we track from this author; the repo dates to Feb 2026.

05 · Facts

category
coding agent - ranked #22 of 194 actively-maintained coding agent servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-24)
registry
com.vibgrate/ai-context (active, first published 2026-07-23 · 17 versions)
packages
npm:@vibgrate/cli

06 · AI Context FAQ

Is AI Context still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

What can AI Context do?

With this server connected, an agent can start here: project overview, entry points, where to look first, find a symbol by name or literal string, find code by meaning: symptoms, relationships, what-breaks-if, and inspect one symbol: signature, callers, callees, area.

How do I install AI Context?

Run `npx -y @vibgrate/cli`. The README documents 2 environment variables (VIBGRATE_RELAY_TOKEN, VIBGRATE_DSN) to set first. Set VIBGRATE_RELAY_TOKEN, VIBGRATE_DSN before connecting. You can also paste the ready-made client config above.

Does AI Context 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.

07 · Alternatives to AI Context

More coding agent MCP servers · Rulemorph MCP Server · Axis · Visily UI Design · Deja Vu

More TypeScript MCP servers · AndroJack MCP · Context Fabric · Switzerland MCP 🇨🇭 · Adaptive Cards MCP · Htmldrop · see all