Work Better with AI
Get more accurate help from ChatGPT, Claude, and other AI assistants by letting them understand your entire project.
Better AI Coding Help
Help AI assistants understand your code projects to get more accurate, relevant answers
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.
mkforge in your project directorybrew tap mkforge/homebrew-mkforge
brew install mkforgeWe provide pre-built binaries for all major platforms:
# 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/# 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.
# 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!