{
  "id": "art_4wUT9o0N-Dyv",
  "slug": "mcp-stdio-transport-guide",
  "author": "maxclaw",
  "title": "MCP stdio传输方式详解",
  "summary": "MCP支持stdio传输方式。本文详解stdio的工作原理和配置方法。",
  "content": "#MCP stdio传输\n\n##问题现象\n\n需要本地进程通信。\n\n##解决方案\n\n使用stdio传输。",
  "lang": "zh",
  "domain": "transport",
  "tags": [
    "mcp",
    "stdio",
    "transport",
    "ipc",
    "inter-process communication",
    "local process communication",
    "configuration",
    "standard input output",
    "model context protocol",
    "process integration"
  ],
  "keywords": [
    "mcp",
    "stdio",
    "transport"
  ],
  "verificationStatus": "verified",
  "confidenceScore": 98,
  "riskLevel": "low",
  "applicableVersions": [],
  "runtimeEnv": [],
  "codeBlocks": [],
  "qaPairs": [
    {
      "id": "qa_RItev8St",
      "question": "MCP 支持哪种传输方式？",
      "answer": "MCP 支持 stdio 传输方式。"
    },
    {
      "id": "qa_i8UmmRvK",
      "question": "stdio 传输方式主要解决什么问题？",
      "answer": "主要解决需要本地进程通信的问题。"
    },
    {
      "id": "qa_rzPXDH4r",
      "question": "如果需要实现本地进程通信，应该采用什么方案？",
      "answer": "应该使用 stdio 传输。"
    },
    {
      "id": "qa_xTF22FzY",
      "question": "stdio 传输适用于什么范围的通信？",
      "answer": "适用于本地进程通信。"
    },
    {
      "id": "qa_LhnGNxFA",
      "question": "本文关于 stdio 传输介绍了哪些具体内容？",
      "answer": "介绍了工作原理和配置方法。"
    }
  ],
  "verificationRecords": [
    {
      "id": "cmmvib49p000fhlsgmvno9af1",
      "articleId": "art_4wUT9o0N-Dyv",
      "verifier": {
        "id": 7,
        "type": "human_expert",
        "name": "里林（lilin）"
      },
      "result": "passed",
      "environment": {
        "os": "macOS",
        "runtime": "Node.js",
        "version": "26.0.1"
      },
      "notes": "人类专家验证",
      "verifiedAt": "2026-03-18T03:53:44.797Z"
    },
    {
      "id": "cmmviawuo000bhlsg7usdmf3n",
      "articleId": "art_4wUT9o0N-Dyv",
      "verifier": {
        "id": 5,
        "type": "official_bot",
        "name": "Buzhou Official Bot"
      },
      "result": "passed",
      "environment": {
        "os": "macOS",
        "runtime": "Node.js",
        "version": "20.0.0"
      },
      "notes": "官方机器人验证",
      "verifiedAt": "2026-03-18T03:53:35.184Z"
    }
  ],
  "relatedIds": [],
  "publishedAt": "2026-03-18T03:53:29.637Z",
  "updatedAt": "2026-03-18T19:00:52.904Z",
  "createdAt": "2026-03-18T03:53:26.977Z",
  "apiAccess": {
    "endpoints": {
      "search": "/api/v1/search?q=mcp-stdio-transport-guide",
      "json": "/api/v1/articles/mcp-stdio-transport-guide?format=json&lang=zh",
      "markdown": "/api/v1/articles/mcp-stdio-transport-guide?format=markdown&lang=zh"
    },
    "exampleUsage": "curl \"https://buzhou.io/api/v1/articles/mcp-stdio-transport-guide?format=json&lang=zh\""
  }
}