switchboard for LangChain
io.github.wkoverfield/switchboard
One firewall and password manager for all your AI coding agents' MCP servers and secrets.
client:LangChain
transport:stdio
runtime:npm
Install switchboard in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"switchboard": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "@switchboard-mcp/cli"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs