Our MCP server is now a ChatGPT plugin
GoodBarber, a no-code app builder, is now listed in the ChatGPT plugin directory, allowing users to connect their apps and manage content, catalog, members, and push notifications directly from ChatGP…
GoodBarber, a no-code app builder, is now listed in the ChatGPT plugin directory, allowing users to connect their apps and manage content, catalog, members, and push notifications directly from ChatGP…
A developer troubleshooting the GitHub MCP server in Claude Desktop found that all 26 tools failed with 'Tool execution failed' in under a second, despite being listed correctly. After initially suspe…
Pipe, a new programming language, claims to be the first with built-in Model Context Protocol (MCP) support, allowing developers to expose functions to clients like Claude Desktop and Cursor without a…
A developer detailed how their team's LangGraph-based support bot suffered cascading failures when a downstream order-data service went offline, causing the multi-agent workflow to loop or respond irr…
Lateos AI released a quality-controlled corpus of 8,438 SOAR security playbooks and threat-intel records, served to autonomous AI agents via an HTTP 402 Machine Payments Protocol that meters usage at …
Pipe, a programming language and runtime, released a demo of a sandboxed AI agent that can only interact with its own MCP server, exposing five whitelisted tools and blocking all other operations. The…
Pipe, a language-embedded agent sandbox, distinguishes itself by placing sandbox control inside the programming language itself, with ratchet semantics that prevent privilege escalation, structural ga…
Deepmark, a new browser extension and MCP server, lets users search bookmarks by their content rather than titles, with AI transcription, visual descriptions, and semantic search across 99 languages. …
Apple's Xcode 27 beta 5 introduces `xcrun mcp-server`, a headless MCP server that exposes Xcode's build, preview, and simulator tools to external coding agents without opening the Xcode UI. Combined w…
Observe by Snowflake announced the general availability of its redesigned MCP server and a new Observe CLI with full parity, rolling out now across all clusters except eu-2 and ca-1. The tools provide…
A developer built RSS Atlas, a directory of 2,907 RSS feeds across 19 languages and 37 categories, and exposed it to AI tools via an MCP server. The server, running on Cloudflare Workers, Supabase, an…
Recordari, a custom memory graph built by developer Corby, scored 0.831 on the LoCoMo benchmark, outperforming Microsoft Research's Memora, which published a score of 0.801. The benchmark, run with th…
A vulnerability in AWS API MCP servers, tracked as CVE-2026-16584, allows the servers to fail-open, meaning they continue running without enforcing security policies if policy data fails to load durin…
Vercel has made its v0 API generally available, giving developers programmatic access to its AI-powered application-building agent. The API supports synchronous, asynchronous, and streaming requests, …
A developer demonstrates how to build a custom MCP (Model Context Protocol) server for Claude Code using the FastMCP library, creating a fortune-telling tool in just a few dozen lines of Python. The t…
A developer shares AI setups to streamline code reviews, including using the Continue extension with a local Ollama instance for autocomplete and Claude 3.5 Sonnet for chat, and a 'Reviewer Persona' p…
AgenticDome released agenticdome-python-sdk, an official Python SDK and middleware package that enforces deterministic security controls—prompt ingress, tool execution, agent-to-agent handoffs, and ou…
A developer building an AI coding agent tracker with Claude Code discovered that the agent's self-reported statuses were unreliable, leading to a structural fix where the tracker verifies claims throu…
Researchers demonstrated that LLM-based agents can be bypassed by splitting malicious instructions across multiple innocuous-looking tool descriptions, achieving up to 100% success on some models. The…
The latest revision of the Model Context Protocol (MCP) dropped sessions and the initialize handshake, moving protocol metadata into a _meta field to enable stateless, horizontally scalable deployment…