YOU ARE VIEWING ONE ITEM FROM THE AICRIER FEED

Lightpanda adds HTTP MCP multi-session support

AICrier tracks AI developer news across Product Hunt, GitHub, Hacker News, YouTube, X, arXiv, and more. This page keeps the article you opened front and center while giving you a path into the live feed.

// WHAT AICRIER DOES

7+

TRACKED FEEDS

24/7

SCRAPED FEED

Short summaries, external links, screenshots, relevance scoring, tags, and featured picks for AI builders.

Lightpanda adds HTTP MCP multi-session support
OPEN LINK ↗
// 1h agoPRODUCT UPDATE

Lightpanda adds HTTP MCP multi-session support

Lightpanda, a Zig-based headless browser, has introduced Model Context Protocol (MCP) support over HTTP and multi-session capability to enable parallel execution of AI agents. Each connection is routed to an isolated browsing session via session ID headers, optimized through V8 isolate parking.

// ANALYSIS

This is a major step forward for scaling AI agent swarms; by moving beyond single-agent setups and utilizing lightweight, multi-isolate browser parking, Lightpanda is directly targeting the resource bottlenecks of running browser-use agents in production.

  • Parallel Agent Support: Allows multiple agents to connect to one Lightpanda instance via HTTP transport, routing each to its own isolated session using the Mcp-Session-Id header.
  • Session Management Tools: New APIs like session_new, session_list, and session_close provide finer control over agent environments.
  • Resource Optimization: Refactoring the MCP server to support multiple V8 isolates with parking ensures efficient memory and CPU usage, crucial for high-concurrency scraping and automation.
  • Zero-Rendering Advantage: Combines Zig-based performance (avoiding heavy Chrome/Firefox rendering code) with native agent APIs (like AXTree and Markdown output) to keep latency low.
// TAGS
lightpandaheadless-browsermcpzigweb-scrapingagentmulti-session

DISCOVERED

1h ago

2026-07-14

PUBLISHED

2h ago

2026-07-14

RELEVANCE

8/ 10

AUTHOR

lightpanda_io