본문 바로가기

아키텍처

Claude Code·에이전트 도구의 아키텍처와 내부 동작 분석. 어떻게 설계됐고 왜 그렇게 동작하는지 다룹니다.

3 articles

Claude Code와 에이전트 도구들이 내부적으로 어떻게 설계됐는지 분석합니다. 동작 원리와 설계 결정의 배경을 다룹니다.

심화 분석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