🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

kai-mcp

Package Overview
Dependencies
Maintainers
1
Versions
168
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kai-mcp

MCP server for Kai — semantic code intelligence for AI coding assistants

latest
Source
npmnpm
Version
0.32.99
Version published
Weekly downloads
33
-85.78%
Maintainers
1
Weekly downloads
 
Created
Source

kai-mcp

MCP server for Kai — semantic code intelligence for AI coding assistants.

Quick Install

claude mcp add kai -- npx -y kai-mcp

What It Does

Gives your AI coding assistant (Claude Code, Cursor, etc.) access to Kai's semantic graph — call graphs, dependency maps, impact analysis, and test coverage — via the Model Context Protocol.

Setup

Claude Code

claude mcp add kai -- npx -y kai-mcp

Cursor

Add to .cursor/mcp.json:

{
  "mcpServers": {
    "kai": {
      "command": "npx",
      "args": ["-y", "kai-mcp"]
    }
  }
}

Generic stdio

npx -y kai-mcp

Tools

ToolDescription
kai_symbolsList symbols in a file (functions, classes, methods)
kai_callersFind all callers of a symbol
kai_calleesFind all symbols called by a symbol
kai_dependentsFind files that depend on a file
kai_dependenciesFind files a file depends on
kai_testsFind tests covering a file
kai_diffSemantic diff between two refs
kai_contextBundled context for a file/symbol
kai_impactTransitive downstream impact analysis
kai_filesList files in the repo with language/module filters
kai_statusCheck graph freshness
kai_refreshRe-capture the semantic graph

No setup required — the server lazily initializes the Kai semantic graph on first use.

Keywords

mcp

FAQs

Package last updated on 17 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts