Skip to content
Back to search
30
MCP

Amazon Neptune

docker-mcp/amazon-neptune

Graph database queries with Cypher and Gremlin.

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

Tools · 4

get_graph_schema
get_graph_status
run_gremlin_query
run_opencypher_query

Similar MCP servers embedding-nearest

acuvity/mcp-server-aws-neptune
Amazon Neptune graph database server for openCypher and Gremlin queries
0 tools
Neo4j Cypher
Interact with Neo4j using Cypher graph queries.
3 tools
awslabs.amazon-neptune-mcp-server
An Amazon Neptune MCP server that allows for fetching status, schema, and querying using openCypher, Gremlin, and SPARQL for Neptune Databas
0 tools
Neo4j
Official MCP server for Neo4j. Interact with Neo4j using Cypher graph queries.
4 tools
Amazon Redshift
Data warehouse operations and queries.
6 tools
acuvity/mcp-server-neo4j-cypher
Manage Cypher graph queries between LLMs and Neo4j with natural language queries.
0 tools

How to use

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

{
  "mcpServers": {
    "amazon_neptune": {
      "url": "None",
      "transport": "http"
    }
  }
}