GraphDB
Createdkeonchennl
Provides read-only access to graphs within an Ontotext GraphDB repository, enabling LLMs to execute SPARQL queries.
About
Enables Large Language Models (LLMs) to interact with and explore RDF graphs stored in Ontotext GraphDB instances. Functioning as a Model Context Protocol (MCP) server, it offers read-only access to the repository, allowing LLMs to execute SPARQL queries, list available graphs, and access various repository resources like class lists, predicates, statistics, sample data, and graph content. This facilitates knowledge discovery and reasoning within the GraphDB data using LLMs.
Key Features
- Configurable via environment variables or command-line arguments.
- Executes SPARQL queries against a GraphDB repository in read-only mode.
- Provides access to class lists, predicates, and repository statistics.
- 1 GitHub stars
- Lists all graphs available within the repository.
- Offers sample data and graph content views.
Use Cases
- Exploring and analyzing RDF data using SPARQL queries through an LLM interface.
- Integrating GraphDB data into LLM-powered applications.
- Enabling LLMs to query and understand knowledge graphs.