config for LangChain
io.github.rog0x/config
JSON, YAML, TOML, INI config tools for AI agents
client:LangChain
transport:stdio
runtime:npm
Install config in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"config": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "@rog0x/mcp-config-tools"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs