MCP

Created
Created
2024 Nov 27 21:6
Creator
Creator
Seonglae ChoSeonglae Cho
Editor
Edited
Edited
2025 Nov 26 13:58
Refs
Refs
Diagram

Model Context Protocol

Protocol for
Tool learning

  • Hosts are LLM applications (like Claude Desktop or IDEs) that initiate connections
  • Clients maintain 1:1 connections with servers, inside the host application
  • Servers provide context, tools, and prompts to clients
notion image
MCP Usages
 
 
 
 

Limitation

The structure requiring code execution from users poses security risks and is vulnerable to malicious inputs. There are authentication issues and no restrictions on dangerous tools. It's difficult to implement interactive UX and is vulnerable to
AI Hacking
techniques like
Prompt Injection
.
Everything Wrong with MCP
Explaining the Model Context Protocol and everything that might go wrong.
Everything Wrong with MCP

Docs with
modelcontextprotocol
modelcontextprotocolUpdated 2026 Feb 18 15:44

Introduction - Model Context Protocol
Get started with the Model Context Protocol (MCP)
Introduction - Model Context Protocol
from Anthropic
Introducing the Model Context Protocol
The Model Context Protocol (MCP) is an open standard for connecting AI assistants to the systems where data lives, including content repositories, business tools, and development environments. Its aim is to help frontier models produce better, more relevant responses.
Introducing the Model Context Protocol
review
Reflections on building with Model Context Protocol (MCP)
It's great! With some rough edges
Reflections on building with Model Context Protocol (MCP)
roadmap
Roadmap - Model Context Protocol
Our plans for evolving Model Context Protocol (H1 2025)
Roadmap - Model Context Protocol
What it means compared to,
Network API
Glama – MCP Hosting Platform
MCP is a wire protocol that standardizes how AI agents interact with external services, enforcing single JSON schemas and deterministic execution, while traditional APIs are documentation formats describing the chaos of HTTP endpoints where data can live in paths, headers, query params, or bodies.
Glama – MCP Hosting Platform
 
 

Recommendations