generator

generator

3.6

If you are the rightful owner of generator 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.

CTX is a Context as Code (CaC) tool with an MCP server inside, designed to provide AI language models with necessary context about your codebase.

CTX is a tool designed to bridge the gap between your codebase and language learning models (LLMs) like ChatGPT or Claude by providing them with the necessary context. It automates the process of gathering and organizing context from various sources such as code files, GitHub and GitLab repositories, Git commits and diffs, web pages, and plain text. This tool is particularly useful for developers who need to provide AI models with comprehensive context about their projects without manually copying or explaining their entire codebase. CTX also includes an MCP server that allows AI assistants to directly access project information, enhancing the efficiency of AI-powered development workflows.

Features

  • Automated Context Gathering: Collects context from code files, repositories, web pages, and more.
  • Pattern Matching: Targets specific files using pattern matching, content search, size, or date filters.
  • Context Organization: Organizes content into well-structured markdown documents.
  • MCP Server Integration: Serves context through an MCP server for direct AI access.
  • Customizable Configuration: Allows detailed configuration through a YAML file for tailored context generation.