Tokenmaxxing for LangChain
io.github.brock-denton/tokenmaxxing
Coordinate coding agents through MCP using existing AI plans, saved work, and independent checks.
client:LangChain
transport:streamable-http
Install Tokenmaxxing in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"tokenmaxxing": {
"transport": "streamable_http",
"url": "https://www.trytokenmaxxing.com/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs