Skills > MCP | Medium
One GitHub MCP server can expose ninety-plus tools. That’s more than fifty thousand tokens of JSON schemas and descriptions loaded into the model’s working memory before it even starts thinking about your prompt. So when Anthropic introduced Skills, I didn’t see a new feature. I saw a course correction. A quiet one. But a course correction all the same. Under the hood, MCP is pretty simple conceptually. You run one or more MCP servers. Each server exposes a collection of tools, each tool has a schema, and the client loads those definitions into the model’s context so it can decide which tools to call and how to call them. In theory, this gives the model a clean, typed interface to the outside world. In practice, that “clean interface” turns into a firehose. Every tool schema gets stuffed into the context window up front. It doesn’t matter if you’re asking the model to read a file, query a database, or just summarize a paragraph. The model still has to wade through the full inventory of
MCP Is Broken and Anthropic Just Admitted It Cordero Core 6 min read · Nov 13, 2025 -- 68 Listen Share Press enter or click to view image in full size Let’s be honest. MCP works beautifully in demos and breaks the moment you try to scale it. One GitHub MCP server can expose ninety-plus tools. That’s more than fifty thousand tokens of JSON schemas and descriptions loaded into the model’s working memory before it even starts thinking about your prompt. So when Anthropic introduced Skills, I didn’t see a new feature. I saw a course correction. A quiet one. But a course correction all the same. Th
Explore this link on the map →saved by
related reading
- Introducing Model Context Protocol (MCP) | Glamaglama.ai
- Arjun Virkarjunvirk.com
- A Guide to Claude Code 2.0 and getting better at using coding agents – sankalp's blogsankalp.bearblog.dev
- A Deep Dive Into MCP and the Future of AI Tooling | Andreessen Horowitza16z.com
- Code execution with MCP: building more efficient AI agents \ Anthropicanthropic.com
- Code Mode: the better way to use MCP | The Cloudflare Blogblog.cloudflare.com
- What is the Model Context Protocol (MCP)? - Model Context Protocolmodelcontextprotocol.io
- Don’t Outsource Your Thinkingteltam.github.io
- MCP is dead. Long live the CLIejholmes.github.io
- Dynamic context discovery · Cursorcursor.com
- What is the Model Context Protocol (MCP)? - Model Context Protocolmodelcontextprotocol.io
- The Agent Skills Directoryskills.sh