Knowledge Graphs

2026 最佳 AI 知识图谱工具推荐

图数据库、知识图谱构建器、GraphRAG 框架和 Agent 记忆系统。为你的 AI 提供结构化、连接的知识。

30 个工具
LangGraph — Build Stateful AI Agents as Graphs logo

LangGraph — Build Stateful AI Agents as Graphs

LangChain framework for building resilient, stateful AI agents as graphs. Supports cycles, branching, persistence, human-in-the-loop, and streaming. 28K+ stars.

LangChain 947Skills
Graphify — Repo Knowledge Graph + MCP logo

Graphify — Repo Knowledge Graph + MCP

Graphify extracts docs/code into a knowledge graph and can install as an MCP/skill across Claude Code, Cursor, Codex, and Gemini CLI. Install via uv/pipx.

Script Depot 491CLI Tools
SwarmVault — Local-First LLM Wiki + Graph logo

SwarmVault — Local-First LLM Wiki + Graph

SwarmVault turns docs/code/transcripts into a durable Markdown wiki plus a local knowledge graph for agents, with a 30-second `quickstart` CLI path.

AI Open Source 431CLI Tools
LightRAG — Graph-Enhanced Retrieval-Augmented Generation logo

LightRAG — Graph-Enhanced Retrieval-Augmented Generation

LightRAG integrates knowledge graphs into the RAG pipeline, enabling both low-level entity retrieval and high-level thematic search for more accurate and context-rich LLM responses.

Script Depot 359Skills
GitNexus — Zero-Server Code Intelligence Knowledge Graph logo

GitNexus — Zero-Server Code Intelligence Knowledge Graph

A client-side knowledge graph creator that turns any GitHub repository or ZIP file into an interactive visual graph with a built-in Graph RAG agent for code exploration.

Script Depot 341Scripts
DuckDB Graph Memory MCP — File-Backed Memory DB logo

DuckDB Graph Memory MCP — File-Backed Memory DB

DuckDB Graph Memory MCP is a fork of the MCP memory server that stores the knowledge graph in a DuckDB file for SQL queries and scaling beyond JSON.

MCP Hub 328MCP Configs
nano-graphrag — Lightweight GraphRAG Implementation logo

nano-graphrag — Lightweight GraphRAG Implementation

A simple, hackable implementation of Microsoft GraphRAG that builds knowledge graphs from documents and uses graph-based retrieval for more accurate LLM question answering.

AI Open Source 315Configs
Cayley — Open-Source Graph Database Inspired by Google's Knowledge Graph logo

Cayley — Open-Source Graph Database Inspired by Google's Knowledge Graph

Cayley is an open-source graph database written in Go, inspired by the graph infrastructure behind Google's Knowledge Graph. It supports multiple storage backends and query languages for flexible graph traversal.

Script Depot 309Scripts
RedwoodJS — Full-Stack React Framework with GraphQL and Prisma logo

RedwoodJS — Full-Stack React Framework with GraphQL and Prisma

RedwoodJS is an opinionated full-stack JavaScript framework that combines React on the frontend with a GraphQL API and Prisma ORM on the backend, optimized for startups and rapid application development.

Script Depot 575Skills
URQL — Lightweight Extensible GraphQL Client for React and Beyond logo

URQL — Lightweight Extensible GraphQL Client for React and Beyond

URQL is a highly customizable and lightweight GraphQL client for JavaScript frameworks that prioritizes simplicity and extensibility through a modular exchange-based architecture.

Script Depot 523Scripts
Inkscape — Professional Open Source Vector Graphics Editor logo

Inkscape — Professional Open Source Vector Graphics Editor

Inkscape is a free, open-source vector graphics editor that uses SVG as its native format. It provides tools for drawing, shape manipulation, text, clones, gradients, path operations, and extensions, serving as a full-featured alternative to Adobe Illustrator for designers, illustrators, and technical artists.

AI Open Source 513Skills
TerminusDB — Document Graph Database with Git-Like Versioning logo

TerminusDB — Document Graph Database with Git-Like Versioning

TerminusDB is a document graph database that versions your data like Git. It stores JSON documents with graph relationships, enabling branch, merge, diff, and time-travel operations on your entire dataset.

Script Depot 512Skills
Apache AGE — Graph Database Extension for PostgreSQL logo

Apache AGE — Graph Database Extension for PostgreSQL

Apache AGE (A Graph Extension) adds graph database capabilities to PostgreSQL. Query your existing Postgres data as a graph using openCypher while keeping full SQL compatibility.

AI Open Source 512Skills
Paper.js — The Swiss Army Knife of Vector Graphics Scripting logo

Paper.js — The Swiss Army Knife of Vector Graphics Scripting

An open-source vector graphics scripting framework that runs on top of the HTML5 Canvas, offering a clean scene graph, powerful path manipulation, and PaperScript for concise creative coding.

Script Depot 503Skills
Apollo Server — Production GraphQL Server for Node.js logo

Apollo Server — Production GraphQL Server for Node.js

Apollo Server is an open-source, spec-compliant GraphQL server that works with any Node.js HTTP framework. It provides schema-first development, built-in caching, federation support for microservices, and integrations with Express, Fastify, Koa, and serverless platforms.

AI Open Source 497Skills
DGL — Deep Graph Library for Scalable Graph Neural Networks logo

DGL — Deep Graph Library for Scalable Graph Neural Networks

A high-performance framework for building graph neural networks on top of PyTorch, TensorFlow, or MXNet, designed for both research prototyping and production-scale graph learning.

Script Depot 481Skills
Amp by Sourcegraph — Whole-Repo AI Coding Agent logo

Amp by Sourcegraph — Whole-Repo AI Coding Agent

Sourcegraph's Amp reads the entire repo's symbol graph before editing. Symbol-aware retrieval, no hallucinated imports, type-respecting refactors.

Sourcegraph 470CLI Tools
React-Admin — Frontend Framework for Admin Apps on REST/GraphQL logo

React-Admin — Frontend Framework for Admin Apps on REST/GraphQL

A full-featured frontend framework for building single-page admin applications on top of REST or GraphQL APIs, using TypeScript, React, and Material Design.

Script Depot 441Skills
React Admin — Frontend Framework for Admin Panels on REST and GraphQL logo

React Admin — Frontend Framework for Admin Panels on REST and GraphQL

React Admin is an open-source frontend framework for building admin interfaces and internal tools on top of REST or GraphQL APIs using React and Material Design components.

Script Depot 441Skills
JanusGraph — Distributed Open-Source Graph Database logo

JanusGraph — Distributed Open-Source Graph Database

A scalable graph database optimized for storing and querying billions of vertices and edges, with pluggable storage backends and TinkerPop Gremlin query support.

Script Depot 435Skills
Graphite — Scalable Real-Time Graphing and Metrics Platform logo

Graphite — Scalable Real-Time Graphing and Metrics Platform

Graphite is a time-series monitoring platform that stores numeric data and renders graphs on demand, providing a flexible API for querying, transforming, and visualizing operational metrics.

AI Open Source 432Skills
PostGraphile — Instant GraphQL API from PostgreSQL logo

PostGraphile — Instant GraphQL API from PostgreSQL

PostGraphile generates a high-performance, standards-compliant GraphQL API from your PostgreSQL database schema automatically. It uses database introspection to build a fully-featured API without writing resolvers.

Script Depot 431Skills
MemoryGraph — Graph MCP Memory Server (pipx) logo

MemoryGraph — Graph MCP Memory Server (pipx)

MemoryGraph is a graph-based MCP memory server for coding agents; verified 199★ and shows a pipx install + `claude mcp add` setup for Claude Code.

Agent Toolkit 420Knowledge
code-review-graph — MCP Context for Smarter Reviews logo

code-review-graph — MCP Context for Smarter Reviews

code-review-graph builds a Tree-sitter code graph and exposes minimal review context via MCP; verified 16,364★ and claims ~8.2× token reduction on 6 repos.

MCP Hub 418MCP Configs
Insomnia — Open-Source API Client for REST, GraphQL & gRPC logo

Insomnia — Open-Source API Client for REST, GraphQL & gRPC

Design, debug, and test APIs with a collaborative open-source client that supports REST, GraphQL, gRPC, and WebSocket protocols.

Script Depot 413Scripts
UXC — One CLI for OpenAPI/MCP/GraphQL Tools logo

UXC — One CLI for OpenAPI/MCP/GraphQL Tools

One CLI to discover and invoke tools across OpenAPI, MCP, GraphQL, gRPC, and JSON-RPC with one contract; verified 108★, pushed 2026-05-14.

Script Depot 404CLI Tools
Data API Builder — REST/GraphQL + MCP Tools logo

Data API Builder — REST/GraphQL + MCP Tools

Data API Builder (DAB) generates secure REST and GraphQL endpoints for databases, and the repo notes MCP tools support for agent-ready integrations.

MCP Hub 380SkillsCLI Tools
Relay — Declarative GraphQL Data Fetching for React logo

Relay — Declarative GraphQL Data Fetching for React

Relay is a JavaScript framework by Meta for building data-driven React applications powered by GraphQL. It handles data fetching, caching, and optimistic updates with a compiler-driven approach.

AI Open Source 378Skills
Cytoscape.js — Graph Theory Visualization and Analysis Library logo

Cytoscape.js — Graph Theory Visualization and Analysis Library

A fully featured graph theory library for the web that renders interactive network diagrams with built-in layout algorithms, styling, and graph analysis functions.

Script Depot 363Skills
PyTorch Geometric — Graph Neural Network Library for PyTorch logo

PyTorch Geometric — Graph Neural Network Library for PyTorch

A library for deep learning on graphs and other irregular structures, featuring efficient mini-batch training and a broad collection of GNN operators.

Script Depot 358Skills

图是新的上下文

Graphs Are the New Context

Vector embeddings dominated 2024-2025, but 2026 is the year of hybrid graph + vector systems. Knowledge graphs excel where vectors fall short: multi-hop reasoning, temporal relationships, and queries that span multiple documents. Agent State Graphs — LangGraph models AI agents as stateful graphs where nodes are tools or LLM calls and edges define control flow. Essential for building reliable multi-step agents.

Real-Time Knowledge Graphs — Graphiti builds temporal knowledge graphs from streaming data, letting agents remember "what happened when" across sessions. Perfect for personal assistants, CRM automation, and long-running AI applications. GraphRAG — Microsoft's GraphRAG extracts entities and relationships from documents to build structured knowledge graphs. Retrieval combines graph traversal with vector search for dramatically better accuracy on complex queries.

Code Intelligence — Codebase Memory MCP builds call graphs and type graphs from your codebase, giving AI coding agents deep structural understanding. Ask "what breaks if I rename this function?" and get an accurate answer based on actual graph traversal, not fuzzy text matching.

Vectors capture similarity; graphs capture relationships. The best AI systems use both.

常见问题

What is the difference between vector search and knowledge graphs?+

Vector search finds items similar to your query (semantic similarity). Knowledge graphs find items connected to your query through defined relationships (structural traversal). Vectors are great for "find documents about X"; graphs are essential for "show me all people who worked with X on project Y." The best modern AI systems combine both — GraphRAG and similar approaches extract graphs during indexing and query them alongside vectors.

What is LangGraph and when should I use it?+

LangGraph is a framework for building stateful AI agents modeled as directed graphs. Nodes are functions (LLM calls, tools, routing logic) and edges define how state flows between them. Use it when you need: reliable multi-step workflows, complex control flow (loops, conditionals, parallelism), checkpointing and resume, or human-in-the-loop approvals. It's production-ready and used by major AI applications.

How do I add persistent memory to AI agents?+

For session memory: use your agent framework's built-in state (LangGraph checkpoints, Claude Agent SDK sessions). For long-term memory across sessions: use dedicated memory tools like Mem0 (semantic) or Graphiti (temporal graphs). Graphiti is particularly powerful because it captures not just facts but when they were true — enabling agents to reason about change over time.

探索更多分类