Skip to content
LangChain

attestd mcp for LangChain

io.github.attestd-io/attestd-mcp

CVE and supply chain checks for MCP clients. Covers infrastructure, PyPI, and npm packages.

client:LangChain transport:stdio runtime:npm

Install attestd mcp in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "attestd-mcp": {
            "transport": "stdio",
            "command": "npx",
            "args": ["-y", "@attestd/mcp"],
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

attestd mcp in other clients