I’ve been reading about the Model Context Protocol (MCP) and how it lets LLMs interact with tools like email, file systems, and APIs. One thing I don’t fully get is the idea of moving “memory” from the LLM to MCP.
From what I understand, the LLM doesn’t need to remember API endpoints, credentials, or request formats anymore, the MCP handles all of that. But I want to understand the real advantages of this approach. Is it just shifting complexity, or are there tangible benefits in security, scalability, or maintainability?
Has anyone worked with MCP in practice or read any good articles about why it’s better to let MCP handle this “memory” instead of the LLM itself? Links, examples, or even small explanations would be super helpful.
Thanks in advance!