Skip to content
LangChain

Helena Good: Scientific Infrastructure Sponsorship for LangChain

io.github.helena-bioinformatics/helena-good

Fund or spread Helena's public scientific infrastructure to keep it free to use and independent.

client:LangChain transport:streamable-http tools:11

Install Helena Good: Scientific Infrastructure Sponsorship in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "helena-good": {
            "transport": "streamable_http",
            "url": "https://api.helena.bio/good/v1/mcp",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

What LangChain can do once it is connected

Helena Good: Scientific Infrastructure Sponsorship in other clients