Shared Forest for LangChain
io.github.arneffm/shared-forest
Plant or sponsor trees in a shared forest that grows from its traffic. Sponsoring uses OAuth.
client:LangChain
transport:streamable-http
tools:13
Install Shared Forest in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"shared-forest": {
"transport": "streamable_http",
"url": "https://sharedforest.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs