kodit
Verified Safeby helixml
Overview
Kodit is a code intelligence platform that indexes code repositories to enable enhanced AI code generation, semantic search, and documentation.
Installation
kodit serveEnvironment Variables
- GIT_ADAPTOR_PROVIDER
- DATABASE_URL
- LOG_FORMAT
- DATA_DIR
- CLONE_DIR
- WEB_SERVER_HOST
- WEB_SERVER_PORT
- ENRICHER_PROVIDER
- ENRICHER_MODEL
- ENRICHER_TIMEOUT_SECONDS
- ENRICHER_RETRY_ATTEMPTS
- ENRICHER_MAX_TOKENS
- ENRICHER_TEMPERATURE
- ENRICHER_TOP_P
- ENRICHER_FREQUENCY_PENALTY
- ENRICHER_PRESENCE_PENALTY
- ENRICHER_API_BASE
- ENRICHER_API_KEY
- SEARCH_PROVIDER
- SEARCH_MODEL
- SEARCH_TIMEOUT_SECONDS
- SEARCH_MAX_TOKENS
- SEARCH_API_KEY
- SEARCH_API_BASE
- PERIODIC_SYNC_ENABLED
- PERIODIC_SYNC_INTERVAL_SECONDS
- PERIODIC_SYNC_RETRY_ATTEMPTS
- API_KEYS
- REMOTE_HOST
- REMOTE_PORT
- REPORTING_ENABLED
Security Notes
The server processes external Git repositories, which inherently carries some risk. However, it utilizes established and mature Git libraries (Dulwich, GitPython, PyGit2) to perform Git operations, reducing the risk of command injection. API key authentication is supported for the REST API, and environment variables are used for sensitive configurations, following good security practices. No obvious malicious patterns or unsafe `eval()`/`exec()` calls were found outside expected library usage.
Similar Servers
cclsp
Integrate LLM-based coding agents with Language Server Protocol (LSP) servers to enable robust code navigation, symbol resolution, and refactoring across various programming languages.
In-Memoria
Provides persistent intelligence infrastructure for AI agents, enabling them to understand codebases, detect patterns, predict coding approaches, and generate context-aware insights.
codex-mcp-server
Serves as a Model Context Protocol (MCP) bridge to integrate OpenAI's Codex CLI for AI-powered code analysis, generation, and review within various editors like Claude Code, VS Code, and Cursor.
consult-llm-mcp
An MCP server that allows AI agents like Claude Code to consult stronger, more capable AI models (e.g., GPT-5.2, Gemini 3.0 Pro) for complex code analysis, debugging, and architectural advice.