Skip to lesson
Exit
Agent configuration and MCP1 / 2

1 min lesson

What MCP connects

Explain what an MCP server exposes and how read and write permissions differ.

Step 1 of 2

A repository rarely contains all the information needed for a task.

The missing context may be a Jira ticket, Confluence runbook, Datadog chart or internal API document. Model Context Protocol, or MCPModel Context Protocol. A standard that lets an AI agent pull in context from outside the repo, like Jira tickets or internal docs. Press Enter for the full definition., lets an agent use tools that read from those systems.

An MCPModel Context Protocol. A standard that lets an AI agent pull in context from outside the repo, like Jira tickets or internal docs. Press Enter for the full definition. server exposes data or actions from a system as tools. A Jira server might let the agent read acceptance criteria and add a pull request link. The server's permissions determine whether it can only read data or can also change it. A read tool retrieves records, while a write tool may create, update or delete data in the connected system. Review those permissions before connecting the server, and confirm the requested scope with the system owner.