SecHelix for LangChain
io.github.omarmohelal/sechelix
Evidence-first security review of authorized repositories. Read-only, root-confined, no shell.
client:LangChain
transport:stdio
runtime:pypi
Install SecHelix in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"sechelix": {
"transport": "stdio",
"command": "uvx",
"args": ["sechelix"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs