MCP Support Merged into llama.cpp with New WebUI Features

The Model Context Protocol (MCP) pull request for llama.cpp has been merged into the main repository. This integration adds MCP support to the llama-server and WebUI components, enabling several new capabilities for AI coding agents and local LLM workflows.
Key Features Added
According to the source material, this merge unlocks the following functionality:
- MCP support for llama-server/WebUI
- Tool calls capability
- Agentic loop implementation
- Server selector functionality
- Resources management
- Prompt attachments
- File/resource browser
- Backend CORS proxy enabled with
--webui-mcp-proxyflag
Technical Details
The specific pull request that was merged is PR #18655 in the llama.cpp repository. The contributor mentions using OpenWebUI in combination with llama.cpp WebUI and was anticipating this merge.
For developers working with local LLMs and AI coding agents, this integration means you can now use MCP-compatible tools directly through the llama.cpp WebUI interface. The --webui-mcp-proxy flag enables CORS proxy functionality for the backend, which is particularly useful for web-based interfaces.
This update is primarily for developers who use llama.cpp for local LLM inference and want to integrate MCP-compatible tools into their workflow through the WebUI interface.
📖 Read the full source: r/LocalLLaMA
👀 See Also

Claude wrote 3,000 lines of code instead of importing pywikibot — a case study in AI agents ignoring existing libraries
A developer tasked Claude Code (Opus 4.7) with fixing typos on Fandom wikis. The model wrote ~3,000 lines of Python reimplementing pywikibot, mwparserfromhell, and RETF rules rather than importing them. The post explores why this happens and how a two-minute search reduced the codebase to 1,259 lines.

Selfware: Rust-based local AI agent framework with PDVR architecture
Selfware is an open-source AI agent framework built in Rust for local inference, implementing a PDVR cognitive cycle with 54 built-in tools and designed for long-running tasks on consumer hardware.

APEX Testing Benchmark Results: Qwen 3.5 Performance on Real Coding Tasks
APEX Testing benchmark results show Qwen 3.5 models' performance on 70 real GitHub coding tasks, with the 397B version dropping to 1194 ELO on master-level tasks while GLM-4.7 quantized leads local models at 1572 ELO.

OpenClaw Video Translator Skill Available on ClawHub
A new Video Translator skill for OpenClaw agents allows users to upload a video or provide a URL to get a translated preview instantly. The skill is hosted on ClawHub.