Model Context Protocol (MCP)
Model Context Protocol (MCP) is an open integration protocol that enables Framer Server API.AI agents to discover and use external tools, resources, and actions through MCP servers. If you want to learn more about how Framer integrates with MCP, check out the
IP Address
General
Internet Protocol address—a numerical label identifying devices on a network, like 192.168.1.1 or a longer IPv6 format. IP addresses enable communication between devices and can provide geographic location data for analytics. CDNs route traffic based on IP to serve content from nearby servers.
MCP Server
AI
An MCP Server is a service that implements the Model Context Protocol, making external capabilities available to compatible AI agents.
Model Routing
AI
Model Routing is the strategy of directing requests to the most suitable model dynamically using policy and workload rules.
Related AI terms: Partner Models and Model Card.
Fine-tuning
AI
Fine-tuning is supervised model adaptation on curated examples so behavior aligns more closely with domain-specific tasks.
Related AI terms: DreamBooth and Subject-Driven Generation.
Partner Models
AI
Partner Models are external foundation models exposed through a single product interface. Product teams often combine them with Model Routing and governance artifacts like a Model Card.
Model Card
AI
A Model Card summarizes model behavior, scope, limitations, and known risks for operators and users. It supports safety controls such as Guardrails and helps teams reason about Hallucination risk.
MCP Client
AI
An MCP client is the part of an app or MCP server and requests tools, resources, or prompts using Model Context Protocol (MCP).agent that connects to an
MCP Host
AI
An MCP host is the application that runs one or more MCP clients, manages connections, and makes responses from connected MCP servers available to the user or model.
Local MCP Server
AI
A local MCP server is an MCP server that runs on the same machine as the MCP host, usually for low-latency access to local files, apps, or developer tools.
Hosted MCP Server
AI
A hosted MCP server is a remote MCP server operated by a provider, letting an MCP client connect to tools or data without installing the server locally.
Code Completion
AI
Real-time or on-demand suggestions provided by an AI model as a developer types, ranging from single-word completions to entire function bodies. Modern tools like GitHub Copilot and Cursor use large language models to infer intent from surrounding code and comments. Code completion reduces keystrokes, surfaces patterns, and helps developers stay in flow—while requiring judgment about whether suggestions are correct and appropriate.
AI Pair Programmer
AI
An AI model integrated into a developer’s editor that participates in the coding process like a human pair—suggesting next steps, flagging potential bugs, explaining unfamiliar APIs, and generating boilerplate. GitHub Copilot popularized the term. Unlike agentic tools, an AI pair programmer typically acts reactively as the developer types rather than planning multi-step tasks autonomously.