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

Pu.sh: 400-Line Shell Script Coding-Agent Harness from HN
Pu.sh is a portable coding-agent harness in 400 lines of shell (sh, curl, awk), supporting Anthropic + OpenAI, 7 tools, REPL, checkpoint/resume, and pipe mode — with 90 no-API tests.

Pretticlaw: A Lighter Alternative to OpenClaw with Faster Setup
Pretticlaw is a lightweight alternative to OpenClaw that requires only 2 commands for setup, has a 30MB footprint, and responds in 2-3 seconds with an inbuilt dashboard on port 6767.

Linki v2: Open-Source AI SDR for LinkedIn + Cold Email with Self-Hosted Agent
Linki v2 is a self-hosted LinkedIn automation and cold email tool with an AI agent that writes personalized messages per lead. No per-seat pricing, your data stays local.

Hollow AgentOS reduces Claude Code token usage by 68.5% with JSON-native OS for AI agents
Hollow AgentOS is a JSON-native operating system for AI agents that cuts Claude Code's token usage by 68.5% by eliminating wasteful shell command overhead. It plugs into Claude Code via MCP, runs local inference through Ollama, and is MIT licensed.