Integrations

Dakera provides official integration packages for the most popular AI/agent frameworks. Each integration wraps the Dakera REST API into framework-native components — memory backends, vector stores, and session managers.

Supported Frameworks

Framework Package Language Memory VectorStore Sessions Graph
LangChain langchain-dakera Python
LangChain.js @dakera-ai/langchain TypeScript
CrewAI crewai-dakera Python
LlamaIndex llamaindex-dakera Python
AutoGen autogen-dakera Python

Getting Started

All integrations follow the same pattern:

  1. Run Dakera — start the server with Docker or from source
  2. Install the packagepip install <package> or npm install <package>
  3. Configure — set DAKERA_API_URL and DAKERA_API_KEY environment variables
  4. Use — import the framework-native class and pass it to your chain/agent

Choosing an Integration

Using Claude Desktop or Cursor? Use the Cursor MCP guide or Claude Desktop MCP guide — connect Dakera's 14 core memory tools directly to your IDE without writing any code.

Building a conversational chain? Use LangChain or LangChain.js — they provide both BaseMemory and VectorStore implementations.

Multi-agent orchestration? Use CrewAI or AutoGen — they provide per-agent memory isolation with cross-agent recall.

RAG pipeline? Use LlamaIndex — the DakeraIndexStore integrates directly with LlamaIndex's ingestion pipeline.

LLM governance (cost tracking, policy decisions)? Use TealTigerDakeraCostStorage and DakeraDecisionStore for decay-weighted governance state.

Common Configuration

All integrations accept these environment variables:

VariableDescriptionDefault
DAKERA_API_URLDakera server URLhttp://localhost:3300
DAKERA_API_KEYAPI key for authentication(none)

All Integrations

Pick your stack and start

Every integration runs against the same self-hosted Dakera binary — one deployment, every framework. Start with the Quickstart to get the server running, then drop in whichever integration fits your stack.

Get Started → MCP Server →
Stay sharp on agent memory
Benchmark results, SDK releases, and production patterns. Under 500 words per issue.
✓ You're in. First issue lands soon — watch for Dakera in your inbox.
Dakera Cloud — zero-ops deployment, guaranteed SLA, team dashboards. Early access open.Get early access →