MCP Directory
Back

generator

by context-hub · PHP · ★ 324

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.

#context#context-aware-ai#context-engineering#context-extractor#hacktoberfest#instructions#llm#mcp#mcp-server#mcp-servers#mcp-tools#php#prompt-engineering#vibe-coding

Install

git clone https://github.com/context-hub/generator.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

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

From the README

> MCP-powered development toolkit that gives AI full access to your codebase **CTX** is a single ~20 MB binary with zero dependencies. No Node.js, no Python, no runtime — just download, connect to your MCP client, and start coding with AI. Connect it to [Claude Desktop](https://claude.ai/download), [Cursor](https://cursor.com), [Cline](https://github.com/cline/cline), or any MCP-compatible client — and your AI gets direct access to read, write, search, and modify files across your projects. CTX is designed with **Claude Desktop** in mind and works best wi…
Read full README on GitHub →

Related ai & ml servers