Skip to content
LangChain

Colour Memory for LangChain

io.github.digbyo/colour-memory

Cultural color intelligence. Every colour anchored to a person, a year, and a consequence.

client:LangChain transport:streamable-http tools:91

Install Colour Memory in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "colour-memory": {
            "transport": "streamable_http",
            "url": "https://colour-memory-api-production.up.railway.app/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

All 91 tools →

Colour Memory in other clients