MCP Catalogs
Homegenerator screenshot

generator

by context-hub·321·Score 50

CTX is an MCP server providing AI access to read, write, and analyze code across projects with custom tools.

developer-toolsai-llmfile-system
21
Forks
17
Open issues
2 mo ago
Last commit
2d ago
Indexed

Overview

CTX is a compact PHP-based MCP server that enables AI assistants to directly interact with your codebase. It provides powerful file system tools allowing AI to read, write, search, and modify files across multiple projects. The tool supports custom commands that can be executed by AI, enabling seamless integration with development workflows like testing and deployment. CTX can generate structured context documents from code, git diffs, and other sources to provide comprehensive context to AI models.

Try asking AI

After installing, here are 3 things you can ask your AI assistant:

you:Enable AI assistants to explore, understand and modify code across multiple projects
you:Automate development tasks like running tests, deployments, and code analysis
you:Generate comprehensive context documents for code reviews and documentation

When to choose this

Choose CTX when working with PHP projects or when you need AI assistants with direct filesystem access and the ability to execute custom commands across multiple projects.

When NOT to choose this

Don't choose CTX if you need AI to work with languages other than PHP, or if you require a more comprehensive IDE integration beyond MCP connections.

Tools this server exposes

12 tools extracted from the README
  • read_file

    Read the contents of a file in the project

  • write_file

    Create or modify a file in the project

  • search_files

    Search across the codebase with text or regex patterns

  • run_tests

    Run project tests with coverage

  • deploy

    Deploy to staging environment

  • analyze_php_structure

    Analyze PHP code structure including class hierarchy and dependencies

  • explore_directory

    Explore directory contents with smart filtering options

  • list_projects

    List all registered projects in the workspace

  • generate_context

    Generate structured context documents from various sources

  • create_github_issue

    Create a new issue on GitHub

  • review_pr

    Review a pull request with context from the codebase

  • onboard_team

    Generate comprehensive project overview for new team members

Note: Tool names were inferred from the documentation sections about MCP functionality, custom tools, and use cases. The README doesn't provide explicit tool documentation with signatures.

Comparable tools

mcp-servercursorzed

Installation

Install CTX:

**Linux / WSL:**

curl -sSL https://raw.githubusercontent.com/context-hub/generator/main/download-latest.sh | sh

**Windows:**

powershell -c "& ([ScriptBlock]::Create((irm 'https://raw.githubusercontent.com/context-hub/generator/main/download-latest.ps1'))) -AddToPath"

Connect to Claude Desktop:

ctx mcp:config

Or add manually to your MCP client config:

{
  "mcpServers": {
    "ctx": {
      "command": "ctx",
      "args": [
        "server"
      ]
    }
  }
}

Compare generator with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.