mcp-server-oxigraph

mcp-server-oxigraph

3.1

If you are the rightful owner of mcp-server-oxigraph and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Model Context Protocol (MCP) server for Oxigraph, a fast and lightweight RDF triple store with SPARQL support.

Oxigraph MCP Server is designed to provide a Claude-friendly wrapper for accessing PyOxigraph, the Python bindings for Oxigraph, through the Model Context Protocol. Oxigraph itself is a high-performance RDF graph database written in Rust, capable of operating in-memory or using file-based storage. The MCP server facilitates the management and querying of RDF data, making it ideal for building knowledge bases, prototyping semantic applications, and developing RDF schemas. It supports a wide range of RDF serialization formats and offers comprehensive SPARQL query capabilities. The server is particularly useful for local data storage and SPARQL exploration, allowing users to interactively test data models and queries.

Features

  • Direct PyOxigraph access: Provides a clean, stateless wrapper for PyOxigraph functionality.
  • Multiple store management: Allows creation, opening, and management of multiple file-based stores.
  • Comprehensive RDF support: Supports all core RDF data types and operations.
  • Full SPARQL implementation: Enables execution of queries and updates with properly structured results.
  • Rich serialization options: Supports all major RDF formats for serialization.