AI Workstation Open Source Intelligence for LangChain
io.github.zxhwolfe-dev/aiworkstation-open-source-intelligence
Read-only AI project discovery, verification, comparison, shortlisting, and stack planning.
client:LangChain
transport:streamable-http
tools:9
Install AI Workstation Open Source Intelligence in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"aiworkstation-open-source-intelligence": {
"transport": "streamable_http",
"url": "https://mcp.aiworkstation.cn/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs