asymptotic ethics for LangChain
io.github.toby-self/asymptotic-ethics
MCP server for an Asymptotic Ethics governance simulation with a verified compliance oracle.
client:LangChain
transport:stdio
runtime:pypi
Install asymptotic ethics in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"asymptotic-ethics": {
"transport": "stdio",
"command": "uvx",
"args": ["asymptotic-ethics-mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs