Skip to content
LangChain

Kaneme — Your writing identity, measured and portable for LangChain

com.kaneme/kaneme

Build a voice from your own texts, measure whether a text still sounds like you, then write in it.

client:LangChain transport:streamable-http

Install Kaneme — Your writing identity, measured and portable in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "kaneme": {
            "transport": "streamable_http",
            "url": "https://kaneme.com/api/mcp",
        }
})

tools = await client.get_tools()

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

Kaneme — Your writing identity, measured and portable in other clients