본문 바로가기
vibe4g

아키텍처

Deep Dives — Architecture

3 articles
심화 분석10 min read

iai-mcp for Local Agent Memory Boundaries

The useful question is not whether an assistant can remember more. It is whether a developer should let an MCP server capture every turn, store it locally, and inject recall into future sessions.

2026년 6월 1일
mcpmemoryclaude code
심화 분석7 min read

Audit Claude Code MCP Calls with mcp-from-scratch

mcp-from-scratch is not a faster way to ship an MCP server. Its value is that it exposes the lifecycle, stdio, tools/list, and tools/call boundaries that Claude Code users need to review before trusting a tool.

2026년 6월 1일
mcpclaude codeprotocol