Idle9 for LangChain
com.idle9/idle9
A persistent Linux computer for your AI: what it installs and writes survives the session.
client:LangChain
transport:streamable-http
Install Idle9 in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"idle9": {
"transport": "streamable_http",
"url": "https://mcp.idle9.com",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs