Skip to content
LangChain

ainote for LangChain

io.github.seunghan91/ainote

Agent-native notes, tasks, dev-docs, vaults, sync & handoffs. MCP + OpenAPI dual surface.

client:LangChain transport:streamable-http runtime:npm tools:35

Install ainote in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "ainote": {
            "transport": "streamable_http",
            "url": "https://api.ainote.dev/api/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 35 tools →

ainote in other clients