stdio Transport

MCP

Definition

An MCP transport mechanism where the client launches the server as a subprocess and communicates via stdin/stdout pipes. Ideal for local development and trusted single-user environments. Simple to set up but limited to same-machine deployment.

Example Usage

Configure a local database MCP server using stdio transport in .mcp.json for development environments.