
Fixes prompt cache regression in Claude Code that causes up to 20x cost increase on resumed sessions

Fixes prompt cache regression in Claude Code that causes up to 20x cost increase on resumed sessions
Own your LLM's web search: a local search->fetch->rank pipeline that replaces hosted web-search tools. Measured: matches hosted accuracy at 66% lower cost and up to 88% fewer tokens, plus a precision-tuned semantic caching with query-dependant TTL that no API offers.
A Model Context Protocol (MCP) server that provides file system context to Large Language Models (LLMs). This server enables LLMs to read, search, and analyze code files with advanced caching and real-time file watching capabilities.
Measure token savings per AI coding agent, optimize context, and share a live local knowledge graph across 16 CLI clients.
🦀 Prevents outdated Rust code suggestions from AI assistants. This MCP server fetches current crate docs, uses embeddings/LLMs, and provides accurate context via a tool call.