Atlas Red mind maps for LangChain
com.atlas-red/mind-map
Create, edit, restructure, import and export Atlas Red mind maps from any MCP client. Free.
client:LangChain
transport:streamable-http
Install Atlas Red mind maps in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"mind-map": {
"transport": "streamable_http",
"url": "https://app.atlas-red.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs