Skip to content
LangChain

migration map mcp for LangChain

io.github.mrfentmen/migration-map-mcp

Find local migration numbering gaps and rollback pairing signals without returning SQL, paths,...

client:LangChain transport:stdio runtime:npm

Install migration map mcp in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "migration-map-mcp": {
            "transport": "stdio",
            "command": "npx",
            "args": ["-y", "migration-map-mcp"],
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

migration map mcp in other clients