Preview: llama.cpp adds native MCP support, Ollama halves TTFT, and DeepSeek drops V4 Flash.

Hey — this week felt like a quiet inflection point for local agent architecture. Instead of piling more middleware between runtimes and tools, we're finally seeing native protocol integration and practical memory-efficiency optimizations take hold.

🔥 This Week's Big One

llama.cpp Adds Native MCP Proxy Support

Upstream `llama.cpp` now supports direct integration with Model Context Protocol (MCP) servers inside its bundled `llama-server` web interface via the `--webui-mcp-proxy` flag. This removes the need for separate proxy layers or heavy third-party host wrappers when running local tool-calling agents. For developers building self-hosted agent setups, having standardized tool invocation natively baked into the primary inference engine dramatically simplifies deployment and cuts runtime latency. GitHub

🧠 Model Releases

🛠 LM Studio / Ollama

🤖 Agents & Frameworks

📦 Tools & Repos

⚡ Quick Hits


Keep your setups lean and your inference local.

— Himanshu