Kontxt

Kontxt

3.3

If you are the rightful owner of Kontxt and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Model Context Protocol (MCP) server designed to index codebases and provide context for AI clients.

The Kontxt MCP Server is a specialized server that connects to a local code repository and provides context to AI clients through a Model Context Protocol. It leverages the Gemini 2.0 Flash's 1M input window to analyze codebases and generate context based on user queries. The server supports both SSE and stdio transport protocols, allowing flexible integration with various clients. It also tracks token usage, providing detailed analysis of API consumption, and allows user-configurable token limits for context generation. The server can be run as a standalone service or managed by a client, offering versatility in deployment.

Features

  • Connects to a user-specified local code repository.
  • Provides the `get_codebase_context` tool for AI clients.
  • Uses Gemini 2.0 Flash's 1M input window for codebase analysis.
  • Supports SSE and stdio transport protocols.
  • Tracks token usage and provides detailed API consumption analysis.