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

Replacing complex retrieval pipelines with simple git commands for AI agents
A developer replaced their 3GB Docker image with sentence-transformers, rank-bm25, and scikit-learn with a single tool that lets AI agents execute read-only shell commands like git log, grep, and git diff directly on their memory repository.

Caveman: A Claude Code Skill That Cuts 75% of Tokens by Using Caveman-Style Speech
Caveman is a Claude Code skill that reduces token usage by approximately 75% by making Claude respond in a concise, caveman-like style while maintaining full technical accuracy. It's installed via npx or the Claude plugin marketplace.

TEMM1E v3.0.0 Introduces Swarm Intelligence for AI Agent Coordination
TEMM1E v3.0.0 adds 'Many Tems' swarm intelligence that coordinates AI agent workers through stigmergy signals instead of LLM calls, achieving 5.86x faster performance and 3.4x lower cost on complex tasks with zero coordination tokens.

200+ App Design Specs in Markdown – Drag into Claude or Cursor for Exact UI Clones
A curated library of 200+ popular apps as structured markdown design specs with exact hex codes, type scale, spacing, every screen state, and nav graph. Drop into Claude, Cursor, or any AI agent to generate SwiftUI, Jetpack Compose, or Expo UI clones without guessing colors or spacing.