Integrations
Connect GoodMem's memory and retrieval to the agent frameworks, coding agents, workflow builders, and evaluation tools you already use.
GoodMem plugs into the tools you already build with. Each integration exposes GoodMem's core operations — create spaces, store memories, and run semantic retrieval (with optional reranking and LLM summaries) — as native primitives of the host framework: tools, plugins, nodes, or toolkits.
Most integrations share the same configuration contract, so once you know one you know them all:
| Variable | Description |
|---|---|
GOODMEM_BASE_URL | Base URL of your GoodMem server (no /v1 suffix), e.g. https://your-goodmem-server.example.com. |
GOODMEM_API_KEY | API key used to authenticate requests. |
GOODMEM_VERIFY_SSL | Set to false to skip TLS verification against a local/self-signed server. |
Status legend
- Stable — published package with a documented, runnable quickstart.
- Preview — works today, but the package name, namespace, or upstream availability may still change.
- Stub — early or no-code integration; this page links out to the source while docs are finalized.
Agent frameworks
Give long-term, semantic memory to agents and chains.
GoodMem memory operations as LangChain tools for any agent or chain.
A LlamaIndex tool spec for storing, searching, and managing memories.
GoodMem tools that give LangGraph graphs persistent semantic memory.
Eleven CrewAI tools for store, search, and space management.
Persistent memory for Google ADK agents via a plugin or save/fetch tools.
GoodMem's RAG pipeline wrapped for DSPy retrievers and ReAct tools.
A CAMEL toolkit so any ChatAgent can store and recall documents.
GoodMem's RAG service exposed as Genkit tools for any flow or agent.
Persistent semantic memory via an async client, context provider, and tools.
GoodMem's RAG API as NLWeb operation classes for handlers and dispatchers.
The GoodMem memory API as Spring AI tools for a ChatClient-driven LLM.
GoodMem memory operations as LangChain4j tools for Java agents.
Coding agents
Operate GoodMem in plain English from your coding assistant.
Drive GoodMem from Claude Code via bundled skills and an MCP server.
Drive GoodMem from OpenAI's Codex CLI via skills and the GoodMem MCP tools.
Workflow automation
Add GoodMem memory to no-code and low-code workflow builders.
An n8n community node to store, retrieve, and manage memories in workflows.
A GoodMem tool node for Flowise's visual agent builder.
StubA GoodMem piece for Activepieces no-code automation flows.
Observability & eval
Trace and evaluate GoodMem-backed retrieval.