bundlebox for LangChain
io.github.blackswanalpha/bundlebox
Where the work is, packed before the agent reads: brief, symbol tables, findings, token bill.
client:LangChain
transport:stdio
runtime:npm
Install bundlebox in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"bundlebox": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "bundlebox"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs