Skip to content

MKForge

Better AI Coding Help

Help AI assistants understand your code projects to get more accurate, relevant answers

What is MKForge?

MKForge helps you get better answers from AI coding assistants like ChatGPT and Claude. Instead of copying and pasting individual files, MKForge creates a smart summary of your entire project that helps AI tools understand your code better.

How It Works

  1. Run mkforge in your project directory
  2. Share the generated summary with your AI assistant
  3. Get more accurate, context-aware help with your code

Example Use Cases

  • Get help fixing bugs by letting AI see the whole context
  • Ask for code improvements with full project understanding
  • Get better explanations of how your code works together
  • Request new features with full project context

Quick Install

bash
brew tap mkforge/homebrew-mkforge
brew install mkforge

Direct Download

We provide pre-built binaries for all major platforms:

Linux/macOS

bash
# One-line installer
curl -L https://mkforge.github.io/releases/latest/mkforge-$(uname -s | tr '[:upper:]' '[:lower:]')-$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/') -o mkforge && chmod +x mkforge && sudo mv mkforge /usr/local/bin/

Windows

powershell
# PowerShell installer
Invoke-WebRequest -Uri "https://mkforge.github.io/releases/latest/mkforge-windows-amd64.exe" -OutFile "mkforge.exe"

For other installation options, see our downloads page.

Basic Usage

bash
# Go to your project directory
cd your-project

# Generate a project summary
mkforge

# The summary is saved as 'your-project.context.md' by default
# Share this file with your AI assistant!

Support

Released under the MIT License.