Back to Apps

Breathsmith
by justinwiley
Multi-model AI utility belt providing direct access to Claude, OpenAI, SQLite, and UV package management.
1 stars
Updated 1 year ago
Works in:claude
Exposes:Tools
What it does
Breathsmith acts as a versatile bridge between AI assistants and powerful local/cloud tools. It provides an integrated suite of utilities that allow an AI to interact with multiple LLM providers simultaneously, manage Python environments via UV, and perform direct database operations with SQLite.
Tools
- openai_chat: Send prompts to OpenAI models.
- claude_chat: Send prompts to Claude (Anthropic) models.
- claude_vs_openai: Compare responses from both models side-by-side.
- openai_web_search: Real-time web search via OpenAI.
- uv_command: Execute UV package manager commands for dependency management.
- sqlite_execute: Run SQLite queries and manage local databases.
- sqlite_info: Retrieve SQLite database structural details.
- read_claude_logs: Access Claude Desktop logs for debugging.
- get_timestamp: Fetch precise system timestamps.
Installation
{
"mcpServers": {
"breathsmith": {
"command": "uv",
"args": ["--directory", "/path/to/breathsmith", "run", "breathsmith.py"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
uv run breathsmith.pyInformation
- Pricing
- free
- Published
- 6/13/2026
- Updated
- 1 year ago
- stars
- 1
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"breathsmith": {
"command": "uv",
"args": ["--directory", "/path/to/breathsmith", "run", "breathsmith.py"]
}
}
}





