I made a local-first MCP tutorial repo with node-llama-cpp and a custom agent loop
A new tutorial repository, "MCP from Scratch," has been released, offering a step-by-step guide to understanding the Model Context Protocol (MCP). The project focuses on building an MCP server using plain Node.js and integrates local inference with GGUF models. It culminates in a custom agent loop that utilizes MCP tools, with an optional LangChain example provided. AI
IMPACT Provides a learning resource for developers to understand and implement local AI agent loops using the Model Context Protocol.