Caliber: Local CLI tool generates AI coding assistant configs from your repo

Caliber is a local-first CLI tool that automatically generates configuration files for AI coding assistants by analyzing your code repository. It scans your project, identifies the technology stack, and creates prompt and config files tailored for tools like Claude Code, Cursor, and Codex.
Key Details
The tool runs entirely on your local machine using your own API keys, with no cloud calls required. It supports multiple programming languages including TypeScript, Python, Go, and Rust, and automatically updates configurations when your code changes.
Caliber is open source under the MIT license and has approximately 13,000 installs on npm. The developer is seeking feedback specifically from users working with local LLMs and agentic coding workflows.
How to Find It
You can search for "caliber ai setup" on GitHub or npm to locate the project. The developer welcomes issues, pull requests, and feature requests from the community.
📖 Read the full source: r/LocalLLaMA
👀 See Also

Bio-Inspired Memory System for Local LLMs: LTP and Selective Oblivion Implementation
A developer built a local MCP server implementing bio-inspired memory mechanics including Long-Term Potentiation reinforcement, selective oblivion decay, and weekly consolidation cycles. The system uses hybrid search with sqlite-vec and text fallbacks, non-blocking architecture with asyncio executors, and maintains state via a persistent 'Soul' file.

Native macOS MCP Server for Full OS Control
A native macOS server provides 24 tools for pixel-accurate clicks, key combos, drag-and-drop, app management, multi-display support, and clipboard access. It's open source and works with Claude Code, Cursor, or any MCP client.

Context-Kit: Open Source Tool for AI Assistant Configuration
Context-kit is a free tool that generates configuration files and skill documentation for AI coding assistants. It supports Claude Code, Cursor, Windsurf, GitHub Copilot, and Gemini CLI.

MCP Slim: Local Embedding Search for MCP Tools Reduces Context Bloat
MCP Slim is a proxy that replaces full MCP tool catalogs with three meta-tools (search, describe, call), using local MiniLM embeddings for semantic search. It achieves 96% context window reduction and works offline without API keys.