mcp-daemon-isolation

Isolate query-type MCPs in an external CLI daemon using SSE.

1|Updated Jan 5, 2026
One-click install
npx skills add https://github.com/chkim-su/forge-editor --skill mcp-daemon-isolation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcp-daemon-isolation
Source: https://github.com/chkim-su/forge-editor/tree/main/skills/mcp-daemon-isolation
Command: npx skills add https://github.com/chkim-su/forge-editor --skill mcp-daemon-isolation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Reduces context token consumption by isolating query-type MCPs (LSP, database, search) in an external CLI-based daemon, keeping main session lean.

Core Features & Use Cases

  • Daemon SSE pattern with structured extractors
  • External CLI extractors producing compact results
  • Use case: large MCP results to save tokens while preserving needed detail

Quick Start

Start Serena daemon: serena start-mcp-server --transport sse --port 8765 and wire Claude to use it; choose the Daemon SSE pattern