memgraphmemgraphOfficialยท2 Agent Skills Included

ai-toolkit

Graph-powered RAG, database migration, and session capture

Builds knowledge graphs from documents, SQL databases, and coding sessions on Memgraph. Eliminates manual data modeling, brittle Cypher writing, and lost context between coding sessions. Provides LangChain, MCP, and LightRAG integrations so graph-powered retrieval works out of the box.
npx skills add memgraph/ai-toolkit --all -g -y
Available:

Gives your AI agent the repository layout, environment setup, testing rules, and coding conventions it needs to work correctly across all packages in this toolkit.

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Memgraph AI Toolkit?โ–ผ

Run `npx skills add memgraph/ai-toolkit --all -g -y` in your terminal to install all skills in this suite globally.

How to turn documents into a knowledge graph?โ–ผ

Use the unstructured2graph package to load PDFs, URLs, or text files, extract entities with LightRAG, and store the result as a queryable Memgraph graph.

Can I migrate MySQL or Postgres to a graph database?โ–ผ

Yes. The sql2graph agent analyzes your relational schema and automatically migrates MySQL or PostgreSQL data into Memgraph as a graph.

Does it work with Claude Code and Codex?โ–ผ

Yes. The Context Graph components capture Claude Code and Codex sessions, recording tool calls, skill usage, and memories into Memgraph.

Do I need an LLM API key to use it?โ–ผ

Only for features like entity extraction and natural language querying. Local models via Ollama are supported through the LangChain integration.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’