LogoSTMCP
Download
context-crystallizer

Context Crystallizer 💎

Context Crystallizer transforms large code repositories into AI-optimized knowledge bases through systematic analysis, extraction, and compression of code functionality, patterns, and relationships for efficient AI consumption.

Tools

1. get_crystallization_guidance

Get comprehensive analysis guidance including templates, quality standards, and AI-specific guidance for creating crystallized contexts.

2. init_crystallization

Initialize repository crystallization by scanning and queuing files while respecting .gitignore and default exclusions.

3. get_next_file_to_crystallize

Get the next file for AI analysis to continue the crystallization process.

4. store_crystallized_context

Save AI-generated crystallized context knowledge for a specific file.

5. get_crystallization_progress

Monitor crystallization status including progress percentage and estimated time remaining.

6. search_crystallized_contexts

Find relevant crystallized knowledge by functionality using search queries.

7. get_crystallized_bundle

Combine multiple crystallized contexts into a token-efficient bundle for AI consumption.

Discover code relationships and dependencies between crystallized contexts.

9. search_by_complexity

Find crystallized contexts filtered by difficulty level (low, medium, high complexity).

10. validate_crystallization_quality

Assess context quality metrics including completeness, AI readability, and improvement suggestions.

11. update_crystallized_contexts

Refresh crystallized contexts for changed files and clean up deleted files.

Open Graph image for Context Crystallizer 💎

JSON Config

{
  "mcpServers": {
    "context-crystallizer": {
      "command": "npx",
      "args": ["context-crystallizer"],
      "cwd": "/path/to/your/project"
    }
  }
}

Useful Links

Information