Attestify OS for LangChain
io.github.attestifyagent/attestify-mcp
MCP stdio server for Attestify OS — governed agent execution and Attestify Trust signed evidence.
client:LangChain
transport:stdio
runtime:npm
Install Attestify OS in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"attestify-mcp": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "attestify-mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs