You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/genai-ecosystem/pages/model-context-protocol-mcp.adoc
+19-16Lines changed: 19 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -239,26 +239,29 @@ The https://github.com/neo4j-contrib/sandbox-mcp-server[sandbox-mcp-server^] ser
239
239
A key feature of this MCP server is the ability to not only manage the lifecycle of sandboxes (creating, terminating, extending) but also to directly interact with the data inside them. You can retrieve the database schema and execute both read and write Cypher queries on any of your running sandbox instances. This is particularly useful for rapid prototyping, testing, and data exploration without leaving your IDE.
240
240
241
241
Instance & User Management:
242
-
* `start_new_sandbox`: Creates a new sandbox instance for a specific use case.
243
-
* `list_sandboxes_for_user`: Lists all active sandboxes for the user.
244
-
* `terminate_sandbox`: Deletes a sandbox instance.
245
-
* `get_sandbox_connection_details`: Retrieves connection details for a sandbox.
246
-
* `extend_sandbox_lifetime`: Extends the lifetime of a sandbox.
247
-
* `invite_sandbox_collaborator`: Invites a collaborator to a sandbox.
248
-
* `get_user_information`: Retrieves information for the authenticated user.
242
+
243
+
* `start_new_sandbox` - Creates a new sandbox instance for a specific use case.
244
+
* `list_sandboxes_for_user` - Lists all active sandboxes for the user.
245
+
* `terminate_sandbox` - Deletes a sandbox instance.
246
+
* `get_sandbox_connection_details` - Retrieves connection details for a sandbox.
247
+
* `extend_sandbox_lifetime` - Extends the lifetime of a sandbox.
248
+
* `invite_sandbox_collaborator` - Invites a collaborator to a sandbox.
249
+
* `get_user_information` - Retrieves information for the authenticated user.
249
250
250
251
Data Interaction:
251
-
* `get_schema`: Fetches the graph schema from a sandbox.
252
-
* `read_query`: Executes a read-only Cypher query.
253
-
* `write_query`: Executes a write Cypher query.
252
+
253
+
* `get_schema` - Fetches the graph schema from a sandbox.
254
+
* `read_query` - Executes a read-only Cypher query.
255
+
* `write_query` - Executes a write Cypher query.
254
256
255
257
Backup & Aura Upload:
256
-
* `request_sandbox_backup`: Requests a backup for a sandbox.
257
-
* `list_sandbox_backups`: Lists available backups for a sandbox.
258
-
* `get_backup_result`: Retrieves the result of a backup task.
259
-
* `get_sandbox_backup_download_url`: Gets a download URL for a backup file.
260
-
* `upload_sandbox_to_aura`: Uploads a sandbox backup to an Aura instance.
261
-
* `get_aura_upload_result`: Retrieves the result of an Aura upload task.
258
+
259
+
* `request_sandbox_backup` - Requests a backup for a sandbox.
260
+
* `list_sandbox_backups` - Lists available backups for a sandbox.
261
+
* `get_backup_result` - Retrieves the result of a backup task.
262
+
* `get_sandbox_backup_download_url` - Gets a download URL for a backup file.
263
+
* `upload_sandbox_to_aura` - Uploads a sandbox backup to an Aura instance.
264
+
* `get_aura_upload_result` - Retrieves the result of an Aura upload task.
0 commit comments