MCP was always a bad idea?
Read the original on Simon Willison →The Flow has not summarised this story yet — read it at Simon Willison.
The Flow has not summarised this story yet — read it at Simon Willison.
The release of llm-keys-ui 0.1 introduces a plugin that allows users to manage API keys on remote machines without pasting them into the ChatGPT app. By running a simple command, the plugin provides a local or Tailscale URL for an interface where additional keys can be saved, and later retrieved via a shell command. This streamlines key management for coding agents used in LLM projects.
My hypothesis is that there is a new opportunity for Extensible Software on the web . LLMs radically lower the cost of authoring extensions, and modern sandbox primitives lower the deployment cost and provide good security boundaries.
arXiv:2605. 24248v2 Announce Type: replace-cross Abstract: The Model Context Protocol (MCP) standardizes how a large-language-model (LLM) agent and an external tool server exchange messages, but not trust: a host reads a server's self-declared tool list and dispatches calls, with no notion of which servers it may use, at what sensitivity, or which of a server's tools are in bounds.
arXiv:2608. 10760v1 Announce Type: cross Abstract: The Model Context Protocol (MCP) has become the de-facto interface for connecting LLM agents to enterprise tools, and adoption has been explosive: within a year, large organizations went from zero to dozens of internally built MCP servers.
A detailed look at MCP that turned my scattered tool definitions into a stable, discoverable server The post The Protocol That Cleaned Up Our Agent Architecture appeared first on Towards Data Science .
The Model Context Protocol (MCP), introduced by Anthropic in November 2024, defines a standardized interface for connecting large language models (LLMs) to external tools, data sources, and services. Within months of release, hundreds of community-built MCP servers appeared on GitHub, but no software-maintenance literature has yet described how the ecosystem is being structured in production.