centric demo for LangChain
io.github.centricai/centric-demo
Try Centric relationship intelligence: Brief Me, Relational IP radar, Draft As. Demo data.
client:LangChain
transport:streamable-http
tools:6
Install centric demo in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"centric-demo": {
"transport": "streamable_http",
"url": "https://centric-demo-mcp-808053805730.us-central1.run.app/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs