Agents & agentic AI

MCP (Model Context Protocol)

MCP is an open protocol introduced by Anthropic in late 2024 for connecting AI agents to tools and data sources in a standardized way. Instead of every agent reinventing tool definitions, MCP defines a common JSON-based contract: a server exposes tools/resources/prompts, a client (the agent) discovers and calls them.

For local AI: MCP servers can run entirely locally, exposing your file system, terminal, GitHub repos, databases, etc. to a local agent like Claude Code or OpenCode. There's a growing registry of community MCP servers for Notion, Linear, Slack, Postgres, Cloudflare, and dozens more.

Why it matters: before MCP, every coding agent had its own tool framework. After MCP, a tool you build once works across Claude Code, Claude Desktop, Cursor (with MCP support), Continue, and any future MCP-aware client. It's the USB-C of AI tooling.

Related terms

See also

Reviewed by Fredoline Eruo. See our editorial policy.