Oxigraph MCP Server
@identimoji
关于 Oxigraph MCP Server
MCP server for connecting to Oxigraph
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-server-oxigraph": {
"command": "uv",
"args": [
"pip",
"install",
"mcp-server-oxigraph"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Oxigraph MCP Server?
A Model Context Protocol (MCP) server that provides direct access to PyOxigraph functionality through the MCP protocol, enabling RDF and SPARQL capabilities from any MCP client.
How to use Oxigraph MCP Server?
Install with pip install mcp-server-oxigraph or uv pip install mcp-server-oxigraph. Configure Claude Desktop by adding a JSON entry with command uv run oxigraph-mcp and environment variable PYTHONUNBUFFERED=1. Then use tools like oxigraph_create_store, oxigraph_query, and oxigraph_add to work with RDF data.
Key features of Oxigraph MCP Server
- Store management: create, open, close, list RDF stores
- RDF Data Model: create nodes, literals, quads
- SPARQL operations: execute queries and updates
- Serialization: parse and serialize RDF in various formats
- Knowledge Graph API for demonstration purposes
Use cases of Oxigraph MCP Server
- Add RDF triples to a store and query them with SPARQL
- Manage multiple in‑memory or file‑based RDF stores
- Demonstrate higher‑level knowledge graph operations
- Integrate RDF data handling into MCP‑compatible assistants
FAQ from Oxigraph MCP Server
What does Oxigraph MCP Server do compared to using PyOxigraph directly?
It wraps PyOxigraph and exposes all its functionality through the MCP protocol, allowing any MCP client to use RDF and SPARQL capabilities.
How do I install Oxigraph MCP Server?
Install via pip (pip install mcp-server-oxigraph) or UV (uv pip install mcp-server-oxigraph).
Does Oxigraph MCP Server support file‑based stores?
Yes. You can create a store in memory or file‑based, and open/close existing file‑based stores.
What transport does Oxigraph MCP Server use?
It uses the MCP protocol, configured via a command‑line invocation with uv run oxigraph-mcp. No additional transport details are provided.
What are the dependencies/runtime requirements?
Python environment with PyOxigraph (automatically installed as a dependency) and an MCP client such as Claude Desktop.
其他 分类下的更多 MCP 服务器
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
评论