An MCP (Model Context Protocol) server for Amazon Neptune that provides tools to fetch status, schema, and execute queries using openCypher, Gremlin, and SPARQL for Neptune Database, and openCypher for Neptune Analytics. Current version 1.0.16, requires Python >=3.10.
pip install awslabs-amazon-neptune-mcp-serverNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize and run the Neptune MCP server with environment variables for configuration.
Use openCypher by default; set connection_type to 'database' and query language to 'openCypher'.
Set AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, and AWS_SESSION_TOKEN (if using temporary credentials) as environment variables.
Set NEPTUNE_PORT environment variable or pass port parameter explicitly.