
modelcontextprotocol
3 Tools · 1 Intel
Model Context Protocol (MCP) is an open-source standard, introduced by Anthropic in November 2024, that defines a common interface for connecting large-language-model applications to external data sources and tools. The `modelcontextprotocol` GitHub organization hosts the protocol specification, SDKs for over a dozen languages, a server registry, and reference server implementations. The project is now stewarded under the Linux Foundation with contributions from a broad developer community.
Tools
The reference MCP server for structured step-by-step reasoning: lets an agent break a problem into revisable thought steps and branch alternatives before answering.
The official Filesystem MCP reference server gives an agent secure, sandboxed read/write access to a directory — listing, reading, writing, moving, and searching files — with configurable allowed paths, through the Model Context Protocol.
The official Memory MCP reference server gives an agent persistent memory across sessions using a local knowledge graph of entities, relations, and observations, through the Model Context Protocol.
Intel
## What's Changed * fix(server): prioritize zod issues and format them by @mozmo15 in https://github.com/modelcontextprotocol/typescript-sdk/pull/1503 * chore(ci): switch publish to OIDC trusted publishing by @felixweinberger in https://github.com/modelcontextprotocol/typescript-sdk/pull/1839 * Add end-to-end test suite by @felixweinberger in https://github.com/modelcontextprotocol/typescript-sdk/pull/2167 * v1 stdio buffer limit by @KKonstantinov in https://github.com/modelcontextprotocol/t