Toolkit
MCP Integration · Compositions
On this page6 sections
Compositions
MCP + Skills
The server supplies a narrow capability; the skill defines when and how to use it. Keep authorization and input validation on the server.
MCP + Subagents
Give each specialist only the servers and tools required for its role. A research worker should not inherit production mutation tools.
MCP + Hooks
Use client hooks for fast observation or local policy where supported. Record and enforce the external action again at the server because not every surface traverses the same hook path.
MCP + Memory
Memory may store stable identifiers or learned routing context. Re-query the authoritative system for volatile state; do not persist secrets or treat cached output as current truth.
MCP + Approval Service
For consequential writes, the AgentA worker you delegate to: brief it, and it takes steps on its own. A chatbot answers; an agent acts.An LLM that runs tools in a loop toward a goal — it acts, checks the result, decides the next step, and repeats until done.Full definition proposes a typed action. An independent service evaluates policy and human approval, then performs or authorizes the external mutation.
MCP + Evidence Ledger
Link the agent request, policy decision, server invocation, downstream result, and verification under one causal identifier. This turns Tool useLetting the model pick up the phone. On its own it can only write text; a tool lets it do something in the real world.Also called "function calling": the model requests an action from outside software — search the web, read a file, hit an API — and the result comes back into its context.Full definition into an auditable delivery event.
Source register
MCP Integration sources
Primary vendor documentation reviewed on the date shown. Links may change after publication.
- Connect Claude Code to tools via MCP (opens in a new tab)
Anthropic · official docs · accessed 2026-08-01
- Model Context Protocol (opens in a new tab)
OpenAI · official docs · accessed 2026-08-01
- Overview of customizing GitHub Copilot CLI (opens in a new tab)
GitHub · official docs · accessed 2026-08-01
- GitHub Copilot CLI command reference (opens in a new tab)
GitHub · official docs · accessed 2026-08-01
- MCP and Copilot cloud agent (opens in a new tab)
GitHub · official docs · accessed 2026-08-01