MCPFast / Tools / kglite: Embedded knowledge graph for LLM agents
kglite offers an embedded Cypher knowledge graph for Python/Rust, featuring an MCP server, describe() schema, and code-graph parser for LLM agents.
View on GitHub→kglite is a specialized tool designed to integrate a knowledge graph directly into LLM agents. It provides an embedded Cypher knowledge graph accessible via Python and Rust, enabling agents to leverage structured knowledge for more informed decision-making and complex task execution. This MCP (Managed Compute Platform) tool is built for developers who need to enhance their AI agents with persistent, queryable knowledge bases.
kglite allows LLM agents to interact with a knowledge graph in real-time. It acts as a bridge, translating natural language queries or agent instructions into Cypher queries that can be executed against the embedded graph. This facilitates sophisticated data retrieval, relationship analysis, and context-aware reasoning, moving beyond the limitations of an LLM's inherent knowledge. The tool includes an MCP server for managing the graph and a code-graph parser to help define and populate the graph structure.
kglite is intended for AI developers building sophisticated LLM agents that require access to structured, queryable knowledge. This includes developers working on: