SuperOps for LangChain
io.github.wyre-ai/superops-mcp
MCP server for SuperOps unified PSA+RMM — clients, tickets, assets, and more.
client:LangChain
transport:stdio
runtime:oci
Install SuperOps in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"superops-mcp": {
"transport": "stdio",
"command": "docker",
"args": ["run", "-i", "--rm", "ghcr.io/wyre-ai/superops-mcp:v2.0.1"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs