mcp-jena

mcp-jena

0

The MCP Server for Apache Jena enhances AI agents' capabilities to interact with RDF data by providing SPARQL query support through an MCP server. It offers tools for query execution and RDF data manipulation, integrating efficiently with Apache Jena.

MCP Server for Apache Jena

This project implements an MCP server that allows AI agents to access and query RDF data stored in Apache Jena using SPARQL. It supports executing SPARQL queries and updates, listing named graphs, and provides HTTP Basic authentication for Jena Fuseki.

Features

  • Execute SPARQL queries and updates against Jena Fuseki
  • List available named graphs
  • Supports Model Context Protocol and HTTP Basic authentication

Prerequisites

  • Node.js v16+
  • Apache Jena Fuseki server
  • An MCP-compatible AI agent

Usage

Run or customize the server using provided scripts or Docker setup.