karst
MCP server for local codebase analysis, enabling semantic code search, impact analysis, and pack-scoped retrieval with cited file:line results.
README
karst
<!-- mcp-name: io.github.Moin105/karst -->
Know what your change breaks — without your code leaving your machine.
karst gives any AI coding tool — Cursor, Claude Desktop, a custom agent — a local
map of your codebase. It answers questions with exact file:line citations and
walks a real call / import / inheritance graph to compute the blast radius of a
change — "what else breaks if I touch this?" — the question plain search and
agentic grep can't answer.
It runs 100% locally, speaks MCP (so it drops into any agent), and never calls an LLM itself — your source code never leaves the box. As a bonus, pack-scoped retrieval cuts ~60% of the input tokens per question.
Regulated, air-gapped, or IP-sensitive team? karst is built for the environments cloud coding tools structurally can't enter — fully offline, no telemetry, source you can audit. Start with the Compliance & Air-Gap Pack (attestation, network-egress table, pre-filled security questionnaire, offline install).
uv tool install karst # recommended — fast, and puts `karst` on PATH for you
# or
pipx install karst # isolated install, also handles PATH
# or
pip install karst # if `karst` isn't found after, use `python -m karst …`
uvandpipxare the cleanest because they put thekarstcommand on your PATH automatically. With plainpip --user(notably Microsoft Store Python) the command may not be on PATH — in that casepython -m karst …always works, no PATH setup required.
Why
Most "chat with your codebase" tools dump tens of thousands of vaguely-related tokens into the model on every question. You can't see what was loaded, you can't scope it, and the bill arrives at the end of the month. karst inverts that:
- Scopes — pack-filtered retrieval reads ~200 chunks, not 5,000.
- Cites — every chunk carries an exact
file:line. Verify, don't trust. - Predicts — a real call/import graph answers "what else breaks if I change this?" — which embeddings alone can't.
Measured on a real 246-file NestJS + Next.js repo: 906 chunks indexed, re-index 343s → 2.3s incremental, ~$0.019 per question on Sonnet 4.6 (shown before the call), 60% fewer tokens with packs attached.
Quickstart (CLI)
karstcommand not found? Your Python Scripts dir isn't on PATH (common with Microsoft Store Python). Everything below works the same withpython -m karst …— no PATH setup. (Or install viauv/pipx, which putkarston PATH for you.)
cd your-project
# one command: index + call/import graph + suggested packs
karst quickstart # or: python -m karst quickstart
# ask questions about the code (defaults to this folder's index)
karst ask "how does checkout charge the user?" --no-llm # cited code, no API key
karst ask -i # interactive: ask many questions
# what breaks if I change a function?
karst impact --target checkout --graph-path ~/.karst/indexes/your-project/graph.pkl
# review a diff with severity-tagged, cited findings
karst review --staged --storage ~/.karst/indexes/your-project
karst examples # a copy-paste cheatsheet of everything
karst quickstart prints the exact follow-up commands with your index path
filled in. karst ask writes an LLM answer when ANTHROPIC_API_KEY /
OPENAI_API_KEY is set; otherwise add --no-llm for cited chunks (no key). The
MCP server below needs no key either — your IDE supplies the model.
Use it from your IDE (MCP)
karst ships an MCP server (karst-mcp) exposing five tools — search_code,
find_impact, list_packs, index_status, index_repository — over stdio.
Claude Desktop (claude_desktop_config.json) or Cursor
(.cursor/mcp.json) — pick whichever launcher you have:
{
"mcpServers": {
"karst": { "command": "uvx", "args": ["--from", "karst", "karst-mcp"] }
}
}
uvx needs nothing pre-installed — it fetches and runs karst on demand. Already
installed it? { "command": "karst-mcp" } works too. No PATH at all? Use
{ "command": "python", "args": ["-m", "karst.mcp_server"] }.
Restart the host, then ask normally — it calls karst's tools when useful and gets back scoped, cited context. Full setup is in docs/MCP.md.
Guides
New here? Start with whichever fits you:
- Why karst? — what it is and what it's for, in plain language. Read this first if you're not sure what problem it solves.
- Quickstart — zero to asking real questions in 5 minutes, no API key, with real output.
- For vibe coders — use karst from Cursor / Claude Desktop with no CLI commands — you just chat.
- Connect your AI tool — copy-paste MCP setup for every client: Claude Desktop, Claude Code, Cursor, Windsurf, VS Code, Zed, JetBrains, plus the web apps.
- Self-hosted & air-gapped — run karst and the AI answers fully on your machine with a local model. For teams whose code can't go to the cloud.
- Cookbook — real scenarios (onboarding, blast radius, cutting token cost, reviewing a diff) with copy-paste commands.
- MCP setup — connect karst to any MCP client.
How it works
- Index — tree-sitter splits every function, class and method into an AST-aware chunk (Python, JS, TS, Go, Rust, Java); chunks are embedded into a local Qdrant store. Incremental: a SHA manifest + embedding cache skip unchanged files.
- Graph — a NetworkX knowledge graph of
CALLS/IMPORTS/CONTAINS/IMPLEMENTSedges powers impact analysis ("what depends on this?" — including which classes implement an interface or extend a base). - Pack — related files become named, attachable context packs (
auth,billing). A query loads only its pack. - Serve — the MCP server returns ranked,
file:line-cited chunks; your host's model reasons over them.
Everything is local and offline-capable (FastEmbed/ONNX embeddings, Qdrant local mode, sqlite caches — no Docker, no daemon).
Status
Live: AST chunking (6 languages), call/import graph + impact analysis,
pack-scoped retrieval, token + cost meter, incremental indexing + embedding
cache, diff code review with inline PR posting (review --pr --post-to-pr), and
the MCP server over both stdio and remote Streamable-HTTP (karst-mcp --http).
Coming next: hosted indexing, team-shared pack libraries, an autonomous GitHub
PR review bot, and OAuth for browser connectors (claude.ai / ChatGPT).
License
Apache-2.0. See LICENSE.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。