mcp-cli is a lightweight CLI that enables dynamic discovery of MCP servers, reducing token consumption and making tool interactions more efficient for AI coding agents.
A tutorial showing how to use the MCP framework with EyelevelAI's GroundX to build a Retrieval-Augmented Generation (RAG) system for complex documents, including setup of a local MCP server, creation of ingestion and search tools, and integration with the Cursor IDE.
Anthropic is donating the Model Context Protocol (MCP) to the Agentic AI Foundation (AAIF), a directed fund under the Linux Foundation, to foster open and collaborative development of agentic AI.
Over the last year, MCP accomplished a rapid rise to popularity that few other standards or technologies have achieved so quickly. This article details the unlikely rise of the Model Context Protocol (MCP) and its journey to becoming a generally accepted standard for AI connectivity.
This article compares Model Context Protocol (MCP), Function Calling, and OpenAPI Tools for integrating tools and resources with language models, outlining their strengths, limits, security considerations, and ideal use cases.
This article discusses the concept of 'tool masking' as a way to optimize the interaction between LLMs and APIs, arguing that simply exposing all API functionality (as done by MCP) is inefficient and degrades performance. It proposes shaping the tool surface to match the specific use case, improving accuracy, cost, and latency.
The article explores how modern AI agents are fulfilling the vision of the Semantic Web by combining AI's learned intuition with the logical structure of semantic technologies, creating intelligent agents that can understand and act on behalf of users.
This blog post explains that Large Language Models (LLMs) don't need to understand the Model Context Protocol (MCP) to utilize tools. MCP standardizes tool calling, simplifying agent development for developers while the LLM simply generates tool call suggestions based on provided definitions. The article details tool calling, MCP's function, and how it relates to context engineering.
The Azure MCP Server implements the MCP specification to create a seamless connection between AI agents and Azure services. It allows agents to interact with various Azure services like AI Search, App Configuration, Cosmos DB, and more.
Take a deep dive into how the Model Context Protocol (MCP) works and solidify your understanding by building an agentic system that uses it.