Back to Home
helixml icon

kodit

Verified Safe

by helixml

Overview

Kodit is a code intelligence platform that indexes code repositories to enable enhanced AI code generation, semantic search, and documentation.

Installation

Run Command
kodit serve

Environment 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

Stats

Interest Score54
Security Score9
Cost ClassHigh
Avg Tokens5000
Stars115
Forks12
Last Update2026-01-19

Tags

Code IndexingAI Code GenerationSemantic SearchLLM IntegrationGit Repository AnalysisFastAPIPythonMicroservicesDocumentation GenerationCode Snippets