Skip to content
LangChain

MirrorEdge AI: Waves for LangChain

io.github.mirroredgeai/waves

Let your assistant see your recording's spectrogram, box the noise, and heal only that.

client:LangChain transport:stdio runtime:npm

Install MirrorEdge AI: Waves in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "waves": {
            "transport": "stdio",
            "command": "npx",
            "args": ["-y", "waves-mcp"],
        }
})

tools = await client.get_tools()

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

MirrorEdge AI: Waves in other clients