Althea MCP for LangChain
io.github.tiptreesystems/althea-mcp
Connect coding agents to your Althea and, through her, a consent-first network of ML researchers.
client:LangChain
transport:stdio
runtime:pypi
Install Althea MCP in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"althea-mcp": {
"transport": "stdio",
"command": "uvx",
"args": ["althea-mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs