Skip to content
Back to search
30
MCP

graph-mcp-driver

pypi/graph-mcp-driver

MCP server that exposes Neo4j (Cypher) and Apache Jena Fuseki (SPARQL) tools to MCP-capable LLM hosts for querying UAF 1.2 / SysML 1.6 / BPMN 2.0 knowledge graphs.

Uptime
0.0%
37 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

mcp/neo4j
Official MCP server for Neo4j. Interact with Neo4j using Cypher graph queries.
0 tools
Neo4j
Official MCP server for Neo4j. Interact with Neo4j using Cypher graph queries.
4 tools
zepai/knowledge-graph-mcp
A Knowledge Graph MCP Server built on Graphiti. Requires a Neo4j server.
0 tools
io.github.neo4j-contrib/mcp-neo4j-cypher
A simple Neo4j MCP server that allows you to run Cypher queries against a Neo4j database.
0 tools
acuvity/mcp-server-neo4j-cypher
Manage Cypher graph queries between LLMs and Neo4j with natural language queries.
0 tools
mcp/neo4j-data-modeling
MCP server that assists in creating, validating and visualizing graph data models.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "graph-mcp-driver": {
      "url": "None",
      "transport": "http"
    }
  }
}