AgentDrive for LangChain
com.tokencanopy/agentdrive
Artifact store for AI agents — read, write, and search files by path; share by rendered URL.
client:LangChain
transport:streamable-http
Install AgentDrive in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"agentdrive": {
"transport": "streamable_http",
"url": "https://drive.mcp.tokencanopy.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs