ServGhost for LangChain
com.servghost/servghost
Rent offshore VPS, dedicated, RDP and GPU servers in 7 jurisdictions; crypto-only, no KYC
client:LangChain
transport:streamable-http
tools:11
Install ServGhost in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"servghost": {
"transport": "streamable_http",
"url": "https://servghost.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs