generator

context-hub/generator
★ 311 stars PHP 🤖 AI/LLM Updated 1mo ago
CTX: a tool that solves the context management gap when working with LLMs like ChatGPT or Claude. It helps developers organize and automatically collect information from their codebase into structured documents that can be easily shared with AI assistants.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "generator": {
      "command": "npx",
      "args": [
        "-y",
        "context-hub/generator"
      ]
    }
  }
}

Topics

contextcontext-aware-aicontext-engineeringcontext-extractorhacktoberfestinstructionsllmmcpmcp-servermcp-serversmcp-toolsphpprompt-engineeringvibe-coding