Skip to content

Commit 6457bee

Browse files
authored
Update model-context-protocol-mcp.adoc - sandbox mcp server
1 parent 46fe5d9 commit 6457bee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/genai-ecosystem/pages/model-context-protocol-mcp.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,8 @@ image::https://dist.neo4j.com/wp-content/uploads/mcp-data-modeling-claude-data-m
236236

237237
=== MCP-Sandbox
238238

239-
The https://github.com/neo4j-contrib/sandbox-mcp-server[sandbox-mcp-server^] server provides tools for managing https://sandbox.neo4j.com[Neo4j Sandboxes^] instances directly from your development environment. This server simplifies the development workflow by allowing you to programmatically control your sandboxes.
239+
The Sandbox MCP Server (https://mcp.sandbox.neo4j.com/sse) server provides tools for managing https://sandbox.neo4j.com[Neo4j Sandboxes^] instances directly from your development environment. This server simplifies the development workflow by allowing you to programmatically control your sandboxes.
240+
Its GitHub repository can be found here: https://github.com/neo4j-contrib/sandbox-mcp-server[sandbox-mcp-server^]
240241

241242
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.
242243

0 commit comments

Comments
 (0)