Amicus for LangChain
io.github.bourbondog/amicus
Multi-model LLM Council and parallel AI window for Claude Code. Fork any model, fold results back.
client:LangChain
transport:stdio
runtime:npm
Install Amicus in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"amicus": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "amicus"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs