Tech News
← Home  ·  All topics

Mcp

25 GoKawiil briefs on this topic

ForensicDbg launches private beta of Windows crash debugger with AI/MCP integration

A developer has released ForensicDbg, a post-mortem debugging tool for native Windows x64/x86 crashes, now in private beta. The tool exposes its debugging engine to AI systems via an MCP server, aiming to improve AI-assisted crash analysis while reducing token usage. As an example bug, the release notes describe a null-pointer dereference in CTextWindowBase::SetSelectionBegin that occurs when a disassembly panel is clicked before any code lines are loaded.

Foremerge open-sources Git-based tool to flag intent conflicts among AI coding agents

Foremerge is a new open-source coordination protocol that sits on top of Git to let multiple AI coding agents, such as Claude Code, Codex, or Cursor, share their intended changes before writing code. Each agent registers what function or component it plans to modify in a shared SQLite-backed list stored inside the project's .git folder, so overlapping or contradictory plans can be flagged before they merge. The current release, version 0.5.0, is a local-first, pre-1.0 MVP with a working CLI, JSON API, MCP server, and conflict detector, though it doesn't yet support coordination across multiple machines.

Developer argues MCP protocol has outlived its usefulness as LLMs advance

A developer who attended an MCP-focused industry event says the Model Context Protocol, released by Anthropic in November 2024 and later handed to the Linux Foundation's Agentic AI Foundation, was designed for weaker, less agentic models than exist today. As adoption exploded, users began overloading context windows by connecting many MCP servers at once, prompting platforms like Composio, MintMCP, and Pipedream to build workaround tools that centralize credentials and trim tool lists.

Apple adds Safari MCP server for AI coding agents in Safari 27.0

Apple's WebKit blog detailed Safari 27.0's developer features, headlined by a new Safari MCP server that lets AI coding agents like Claude Code or Codex control the browser to inspect DOM elements, network requests, screenshots, and console output. Developers enable it through Safari's Developer settings after turning on features for web developers, and Apple says the server runs locally without sending data externally.

Scry launches programmable web search API with MCP support and congestion pricing

Scry is a new search-over-the-web service built for AI agents, exposed through the Model Context Protocol as well as a direct HTTP API. Developers connect tools like Claude Code, Codex, or Cursor to a single MCP endpoint, authenticate via OAuth or an API key, and query a rolling crawl of high-information web pages using a SQL-like interface. The service also introduces congestion-based pricing tied to usage load.

Flet reaches version 1.0, offering full toolkit for Python-based cross-platform apps

Flet has launched its 1.0 release, providing developers a complete framework to build, test, and ship Python applications across desktop, mobile, and web. The release includes over 150 UI controls, prebuilt Python packages for iOS and Android, browser support via Pyodide/WebAssembly, and tools like flet build for packaging apps for app stores.

Ax-check.com launches to test whether AI agents can onboard your product

Ax-check.com is a new tool that runs three AI agents through a company's onboarding flow to see how far they get before failing or succeeding. It then produces specific recommendations for fixing documentation, marketing pages, CLI tools, MCP configurations, or Skills that block agent access.

Hister launches as self-hosted personal search engine for browsing history and files

Hister is a new privacy-focused search tool that indexes the full text of web pages visited and local files kept on a user's machine. It runs locally through a browser extension, terminal, or web interface, and can also be accessed by AI assistants via MCP integration. The tool is available as a downloadable binary or through Homebrew, Docker, and Nix.

Google Home to Support MCP, Enabling Third-Party AI Agents Like Claude

Google is adding a Model Context Protocol connector to Google Home, opening the smart home platform to AI assistants beyond its own Gemini. The rollout is starting with a limited group of testers rather than all users at once.

Google Home adds MCP support to let AI agents control smart devices

Google Home will integrate the Model Context Protocol, letting agents like Claude, Hermes, Open Claw and Google's own Antigravity connect to a user's devices and event history through natural language commands. The feature will roll out as early access in the coming weeks, but only for subscribers paying $20 a month or $200 a year for Google Home Premium Advanced.

Google opens Home MCP server, letting AI agents like Claude and ChatGPT control smart devices

Google has launched early access to a Model Context Protocol (MCP) server for Google Home, enabling AI agents such as Claude, ChatGPT, Hermes, OpenClaw and Google Antigravity to interact with connected smart home devices. Through natural language, users can review camera summaries, monitor activity, control devices, and build custom dashboards, after linking their agent via a Google Cloud project and granting permissions.

Chat-Man launches MCP server giving AI agents programmatic WhatsApp access

A developer named Fabian released Chat-Man, a tool that connects WhatsApp to AI agents through an MCP server, allowing programmatic reading, searching, and sending of messages. It also includes a web interface for non-technical users to manage groups, contacts, and bulk messaging, plus webhook support for starred conversations. Fabian built it after needing WhatsApp integration across multiple personal projects and wanting to avoid paying for separate integrations each time.