cased/kit
The toolkit for AI devtools context engineering. Build with codebase mapping, symbol extraction, and many kinds of code search. observed · 2026-08-28
Health v2 · maintenance only
57/100
- Activity 70
- Release rhythm 54
- Longevity 35
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 1.0
- age_days: 499
- days_rel: 227
- days_push: 183
- n_releases_24m: 63
Adoption not part of the score
1311 stars · 84 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
kit is a Python toolkit for code intelligence and context engineering, providing codebase mapping, tree-sitter-based symbol extraction, grep/AST/semantic search, and docstring-based vector indexing. It can be used as a Python library, CLI, REST service, or MCP server to build LLM-powered developer tools like code reviewers and coding assistants.
Use cases
- build an AI code reviewer with repository context
- extract functions and classes from a codebase for LLM prompts
- semantic search over code using docstring embeddings
- give Claude or Cursor codebase analysis tools via MCP
- map file structure and dependencies of a large repo
- find all usages of a class or function across a repository
- generate PR summaries and commit messages with LLMs
When to choose
- you're building LLM-powered devtools, agents, or coding assistants that need precise code context
- you need multi-language symbol extraction and code search from Python
- you want a local, private MCP server for codebase analysis in AI editors
- you need semantic code search without shipping code to external services
When to avoid
- you only need a simple one-off grep or ripgrep search
- you need a full IDE or hosted code intelligence platform out of the box
- your project is not Python-based and you need a native library in another language
Facets
library · maturity active
search-engine parser rag mcp llm-inference developer-tools cli sdk developer-tools large-language-models apis python cli cross-platform self-hosted code-intelligence codebase-mapping symbol-extraction tree-sitter vector-search context-engineering code-search mcp-server claude-code code-review ai-agents retrieval-augmented-generation automation
9 sources
- readme: https://github.com/cased/kit · fetched 2026-08-28 · 7710f0e41f30
- homepage: https://kit.cased.com · fetched 2026-08-29 · 4142d5865c0e
- site_page: https://kit.cased.com/introduction/quickstart · fetched 2026-08-29 · 70c8958f8c0c
- site_page: https://kit.cased.com/core-concepts/docstring-indexing · fetched 2026-08-29 · 8318bd417fba
- site_page: https://kit.cased.com/tutorials/docstring_search · fetched 2026-08-29 · 371fcc9858cc
- site_page: https://kit.cased.com/api/docstring-indexer · fetched 2026-08-29 · 182ab81a9cec
- site_page: https://kit.cased.com/changelog · fetched 2026-08-29 · a76effaeea53
- site_page: https://kit.cased.com/mcp/kit-dev-mcp · fetched 2026-08-29 · 3b5fbcada1f6
- site_page: https://kit.cased.com/api/repository · fetched 2026-08-29 · f650c1a34ed5
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| cased/kit | main | 57 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem