Jena Connector
Createdramuzes
Connects AI agents to Apache Jena for SPARQL query execution and RDF data manipulation.
About
This server implements the Model Context Protocol (MCP) to enable AI agents to interact with Apache Jena. It provides the ability to execute SPARQL queries and updates against a Jena Fuseki server, allowing AI agents to access and modify RDF data. The server supports listing available named graphs, HTTP Basic authentication for Jena Fuseki, and integrates seamlessly with AI agents that support the Model Context Protocol, such as Cursor and Claude.
Key Features
- Executes SPARQL queries against a Jena Fuseki server.
- Executes SPARQL updates to modify RDF data.
- Lists available named graphs in the dataset.
- Supports HTTP Basic authentication for Jena Fuseki.
- Compatible with the Model Context Protocol.
- 0 GitHub stars
Use Cases
- Enabling AI agents to query and analyze RDF data stored in Apache Jena.
- Automating RDF data modification tasks through AI agent interaction.
- Integrating Apache Jena with AI-powered applications using the Model Context Protocol.