neo4j-contrib/sandbox-mcp-server
If you are the rightful owner of sandbox-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This project provides a Model Context Protocol (MCP) server for interacting with the Neo4j Sandbox API, enabling easy management of Neo4j Sandbox instances.
Tools
Functions exposed to the LLM to take actions
list_sandboxes_for_user
List all running sandbox instances for the authenticated user.
start_new_sandbox
Starts a new sandbox instance for a specified use case.
terminate_sandbox
Stops/terminates a specific sandbox instance.
extend_sandbox_lifetime
Extends the lifetime of a sandbox or all sandboxes for the user.
get_sandbox_connection_details
Gets connection details for a specific sandbox.
request_sandbox_backup
Requests a backup for a specific sandbox.
get_backup_result
Retrieves the result of a specific backup task.
list_sandbox_backups
Lists available backups for a specific sandbox.
get_sandbox_backup_download_url
Gets a download URL for a specific sandbox backup file.
upload_sandbox_to_aura
Uploads a sandbox backup to an Aura instance.
get_aura_upload_result
Retrieves the result of a specific Aura upload task.
get_schema
Retrieves the schema for a specific sandbox.
read_query
Executes a read-only Cypher query on a sandbox.
write_query
Executes a write Cypher query on a sandbox.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client