Project Bourne for LangChain
io.github.kozakhou/project-bourne
Run reproducible scientific workloads on GPUs, local compute, Slurm, and PBS with provenance.
client:LangChain
transport:stdio
runtime:npm
Install Project Bourne in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"project-bourne": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "@project-bourne/mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs