synapse audit for LangChain
io.github.digidenone/synapse-audit
AI-Powered Security Scanner for LLMs. Detects vulnerabilities and syncs with SynapseAudit.
client:LangChain
transport:stdio
runtime:npm
Install synapse audit in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"synapse-audit": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "@digidenone/synapseaudit-mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs