Keito for LangChain
io.github.osodevops/keito
Track Keito time entries and LLM costs from AI agents.
client:LangChain
transport:streamable-http
Install Keito in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"keito": {
"transport": "streamable_http",
"url": "https://mcp.keito.ai",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs