rtkcontext mcp for LangChain
com.clauxel.rtkcontext/rtkcontext-mcp
A paid remote MCP for OpenAI Codex context compressor, built to return verdicts, receipts, usage log
client:LangChain
transport:streamable-http
Install rtkcontext mcp in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"rtkcontext-mcp": {
"transport": "streamable_http",
"url": "https://rtkcontext.clauxel.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs