Skip to content
LangChain

athena protocol for LangChain

io.github.n0zer0d4y/athena-protocol

AI tech lead for coding agents with validation and impact analysis

client:LangChain transport:stdio runtime:npm

Install athena protocol in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "athena-protocol": {
            "transport": "stdio",
            "command": "npx",
            "args": ["-y", "@n0zer0d4y/athena-protocol"],
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

athena protocol in other clients