iiRecord
Agentic AI Atlas · LangChain MCP Adapters
tool-server:mcp-langchain-adaptersa5c.ai
II.
ToolServer JSON

tool-server:mcp-langchain-adapters

Structured · live

LangChain MCP Adapters json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/tool-servers/mcp-agent-frameworks.yamlCluster · extensions
Record JSON
{
  "id": "tool-server:mcp-langchain-adapters",
  "_kind": "ToolServer",
  "_file": "extensions/tool-servers/mcp-agent-frameworks.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "LangChain MCP Adapters",
    "description": "Official adapters that make MCP tool servers compatible with LangChain and LangGraph.\nConverts MCP tools into LangChain-compatible tools, supports multiple simultaneous\nMCP server connections, and works with both stdio and Streamable HTTP transports.\n",
    "protocol": "mcp",
    "category": "ai",
    "repoUrl": "https://github.com/langchain-ai/langchain-mcp-adapters",
    "maintainer": "LangChain AI",
    "mcpTransports": [
      "mcp-transport:stdio",
      "mcp-transport:streamable-http"
    ]
  },
  "outgoingEdges": [
    {
      "from": "tool-server:mcp-langchain-adapters",
      "to": "framework:langchain",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-langchain-adapters",
      "to": "framework:langgraph",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-langchain-adapters",
      "to": "domain:ml-ai",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-langchain-adapters",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}