Skip to content

Concepts

The Concepts section explains why MCP Mesh works the way it does — the structural primitives, the runtime model, and the design tradeoffs behind features like DDDI, tag matching, and the registry. It is reference-shaped: you look up a concept when you need to understand a behavior, not when you need to remember a function signature.

Use it alongside the other sections:

  • Tutorial walks you through building a real multi-agent application from scratch.
  • Reference covers exact API signatures, CLI flags, and environment variables you look up while writing code.
  • The Python SDK, Java SDK, and TypeScript SDK sections in the top nav are the language-specific deep references.

Concepts is what you reach for when something works (or doesn't) and you want to understand the mechanism behind it.

Sections

See also

  • Tutorial — guided build of a multi-agent application.
  • Reference — API signatures, CLI flags, env vars.
  • Python SDK — decorators, dependency injection, LLM integration, FastAPI wiring.
  • Java SDK — Spring Boot annotations and integration.
  • TypeScript SDK — mesh functions and Express wiring.