Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
This package provides a Model Context Protocol (MCP) server for Amazon Neptune, enabling users to query, retrieve schema, and check the status of their Neptune Database or Neptune Analytics graphs usi
Add this to your MCP client configuration:
{
"mcpServers": {
"aws-amazon-neptune-mcp-server": {
"command": "uvx",
"args": [
"awslabs.amazon-neptune-mcp-server@latest"
],
"env": {
"FASTMCP_LOG_LEVEL": "<Log level for the FASTMCP server.>",
"NEPTUNE_ENDPOINT": "<The endpoint of your Amazon Neptune instance. Use 'neptune-db://<Cluster Endpoint>' for Neptune Database or 'neptune-graph://<graph identifier>' for Neptune Analytics.>"
}
}
}
}{
"id": "aws-amazon-neptune-mcp-server",
"name": "AWS Amazon Neptune",
"description": "This package provides a Model Context Protocol (MCP) server for Amazon Neptune, enabling users to query, retrieve schema, and check the status of their Neptune Database or Neptune Analytics graphs usi",
"source_url": "https://github.com/awslabs/mcp/tree/HEAD/src/amazon-neptune-mcp-server",
"publisher_name": "awslabs",
"publisher_url": "https://github.com/awslabs",
"is_official": true,
"license": "",
"runtime": "python",
"downloads": 47872,
"requires_oauth": false,
"distribution": {
"type": "pip",
"package": "awslabs.amazon-neptune-mcp-server"
},
"tools_count": 4
}