tools
Mods
Mods is an open-source command-line tool that sends prompts and command output to language models and formats the results.

Mods reads prompts, standard input, or command output, sends them to configured language-model endpoints, and prints responses in formats such as Markdown or JSON. It supports local and hosted OpenAI-compatible endpoints and saves conversations locally.
It is intended for developers and terminal users building command-line workflows and pipelines. The project was sunset and archived on March 9, 2026; much of its functionality is being continued in Crush's non-interactive mode, crush run. Model-provider usage may incur separate provider charges.
Features
- Read prompts and command output from standard input
- Format responses as Markdown, JSON, or other text formats
- Work with OpenAI-compatible API endpoints
- Support LocalAI, OpenAI, Cohere, Groq, Gemini, and Azure OpenAI
- Save, list, continue, show, and delete conversations locally
- Use custom roles, themes, titles, retries, and token limits
- Support MCP servers and MCP tool listing
- MIT-licensed open-source command-line application
Use cases
- Summarize command output in a terminal pipeline
- Convert text or logs into JSON for downstream tools
- Ask questions about files or standard input
- Continue and branch saved AI conversations
- Run language-model prompts through local or hosted endpoints