crowvault for LangChain
io.github.rajeswaran140/crowvault
327 dev tools via REST API and MCP. Generate Dockerfiles, schemas, K8s, APIs, and more.
client:LangChain
transport:streamable-http
runtime:npm
Install crowvault in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"crowvault": {
"transport": "streamable_http",
"url": "https://api.crowvault.ai/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs