cve-cache for LangChain
io.github.weiseer/cve-cache
Recent CVE + GHSA cache for AI agents auditing dependencies (npm/PyPI/Cargo/Maven/Go).
client:LangChain
transport:stdio
runtime:npm
Install cve-cache in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"cve-cache": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "@weiseer/cve-cache-mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs