prodcheck for LangChain
io.github.farzamhabibi/prodcheck
4,372 pre-production checks: security, performance, scale, integrations, post-launch.
client:LangChain
transport:stdio
runtime:npm
Install prodcheck in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"prodcheck": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "prodcheck"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs