Documentation
Get up and running with SuperSmall in minutes
Quick Start
1Install
$ brew install supersmall
Install via Homebrew (macOS only)
2Use
$ supersmall | claude-code
Pipe optimized context to any AI development tool
3Customize
$ supersmall --help
Explore options for customizing context optimization
SuperSmall MCP Server
Take SuperSmall to the next level with our Model Context Protocol server. Get intelligent AI provider routing, context optimization, and multi-provider support for Anthropic, OpenAI, and Grok - all with enterprise-grade security.
🎯 Smart Routing
Automatically routes to the best AI provider based on task analysis
âš¡ 60-80% Reduction
Intelligent context optimization with provider-specific adaptation
🔒 Enterprise Ready
End-to-end encryption, authentication, and audit logging
Command Options
supersmall --help
Show all available options and usage
supersmall --version
Display SuperSmall version information
supersmall --filter
Apply content filters for specific file types
supersmall --exclude
Exclude specific directories or patterns
supersmall --format
Specify output format (text, json, xml)
supersmall --verbose
Enable detailed logging and diagnostics
Tool Compatibility
Claude Code
Cursor
GitHub Copilot
Any stdin tool
File output
SuperSmall works with any tool that accepts stdin input. Universal pipe compatibility for maximum flexibility!
Example Usage
# Pipe to Claude Code for AI assistance
$ supersmall | claude-code
# Save optimized context to file
$ supersmall > project-context.txt
# Filter specific file types
$ supersmall --filter "*.swift,*.ts" | your-ai-tool