ai-toolkit
Graph-powered RAG, database migration, and session capture
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core