Connect programmatically

Integrate Meko with LangChain, LangGraph, Python, and other frameworks via MCP

Any MCP-capable framework can register with the Meko MCP server (https://mcp.mekodata.ai/mcp) using an API key.

To integrate Meko programmatically, register the Meko MCP Server with your application's internal MCP Client. Most AI frameworks include built-in clients to simplify this process.

This approach enables your application to save memory and knowledge in Meko, such as conversation memory, user and team preferences, and even application state.

Note that currently you must upload knowledge via the portal.

Learn more