MCP Server
The MCP server is the outward face of matic: it exposes platform capabilities and registered CLI commands as MCP tools so any MCP-compatible client — IDE, agent runtime, or external orchestrator — can drive a matic org programmatically. The pages below split that surface into the layers that matter at integration time: how the server starts and binds a transport, how it negotiates and advertises capabilities, how sessions and per-request context are scoped to an org, how platform capabilities become tool definitions, and how invocations are dispatched onto the platform command envelope. Reach for this section when you need to embed matic into another agent system or reason about what an external caller can and cannot reach.