Hostim for LangChain
io.github.hostimdev/hostim
Deploy and manage apps, databases, volumes and domains on Hostim, an EU cloud hosting platform.
client:LangChain
transport:stdio
runtime:oci
Install Hostim in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"hostim": {
"transport": "stdio",
"command": "docker",
"args": ["run", "-i", "--rm", "ghcr.io/hostimdev/cli:v0.1.36"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs