@helixml/kodit

by helixml · v1.0.0 · prompt

Kodit is a code indexing MCP (Model Context Protocol) server that connects AI coding assistants to external codebases. It provides semantic and keyword search capabilities over indexed code snippets t

Install

Add @helixml/kodit to Claude Code with the PolySkill CLI: polyskill add @helixml/kodit

Instructions

# CLAUDE.md This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. ## Project Overview Kodit is a code indexing MCP (Model Context Protocol) server that connects AI coding assistants to external codebases. It provides semantic and keyword search capabilities over indexed code snippets to improve AI-assisted development. ## Development Commands ### Testing - `uv run pytest src/kodit` - Run all unit tests with coverage - `uv run pytest tests/path/to/test.py` - Run specific test file - `uv run pytest -k "test_name"` - Run specific test by name ###…

Keywords: github, code-indexing, semantic-search, mcp-server, ai-coding-assistant, codebase-integration, keyword-search, software-development, programming-tools