Skip to content
LangChain

Glushkov Modelling MCP for LangChain

com.glushkov-modelling/content

Ship models, build logs, tutorials, galleries, public URLs, and contextual content search.

client:LangChain transport:streamable-http

Install Glushkov Modelling MCP in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "content": {
            "transport": "streamable_http",
            "url": "https://mcp.glushkov-modelling.com/mcp-oauth",
        }
})

tools = await client.get_tools()

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

Glushkov Modelling MCP in other clients