Model Context Protocol
Backlinks: I wrote an MCP Server! | MCP Servers
A standard for how to communicate with LLMs. From Anthropic, documented at https://modelcontextprotocol.io/introduction.
Personal MCP server qs llm
Guy's resume/info as an MCP server: https://ai.jakegaylor.com/
Kind of the like the "me API": https://www.bobapi.com/
A Critical Look at MCP
https://raz.sh/blog/2025-05-02_a_critical_look_at_mcp
My conclusion is that the whole suggested setup for HTTP transport (SSE+HTTP and Streamable HTTP) should be thrown out and replaced with something that mimics stdio… Websockets.
Stdio is a lot like websockets…they seem fine!