Meko is a data-persistence cloud platform for hybrid teams (AI agents and humans). It gives you a place to keep shared context (agent memory, conversations, and knowledge base docs) without the need for you to stitch it together yourself. We have already done this behind the scenes, so everything just works out of the box with natural language. No knowledge of SQL required.
Meko stores "context," which enables sharing across agents and harnesses.
Meko stores and enables you to:
Save AI conversations and extract facts from them into searchable memory, so work from an earlier session doesn't have to be reprocessed from all the individual pieces of data.
Easily upload documents into a hosted knowledge base, so that you don't have to write complex data pre-processing pipelines.
Allow resuming your context over time or switching between LLMs and IDEs, so you can pick up where you left off. This is helpful if you run out of tokens, an LLM goes down for a while, or you want to use a different AI provider.
Share agent memory and knowledge base documents with other teammates (agents or humans) selectively, so everyone can work together and learn from each other.
Store agent traces in a visual portal, so you can see what the agent thought or did during conversations or agentic work.
Gain access through a remote MCP endpoint, so that any MCP-capable agent (Claude, Cursor, Codex, and other AI chat apps with MCP) can use it.
Tools
- artifact_get
- artifact_put
- conversation_add_message
- conversation_create
- conversation_delete
- conversation_get
- conversation_list
- conversation_update
- datapack_create
- datapack_delete
- datapack_describe
- datapack_list
- datapack_update
- knowledgebase_search
- memory_add
- memory_delete_all
- memory_delete_by_id
- memory_get_all
- memory_get_by_id
- memory_promote
- memory_search
- memory_update
- track_token_usage
Only use connectors from developers you trust. Anthropic does not control which tools developers make available and cannot verify that they will work as intended or that they won’t change.