NEO4J_AURA_CLIENT_ID
– Your Neo4j Aura API client IDNEO4J_AURA_CLIENT_SECRET
– Your Neo4j Aura API client secrettest
and launches the MCP server as an agent in that room.Tool | Description |
---|---|
create_instance | Create instance |
delete_instance | Delete instance |
get_instance_by_name | Find instance by name |
get_instance_details | Get instance details |
get_tenant_details | Get tenant details |
list_instances | List all Neo4j Aura database instances |
list_tenants | List tenants |
pause_instance | Pause instance |
resume_instance | Resume instance |
update_instance_memory | Update instance memory |
update_instance_name | Update instance name |
update_instance_vector_optimization | Update instance vector optimization |
create_instance
name
(string): Name for the new instance (required)tenant_id
(string): ID of the tenant/project (required)cloud_provider
(string, optional): Cloud provider (gcp, aws, azure)graph_analytics_plugin
(boolean, optional): Enable graph analytics pluginmemory
(integer, optional): Memory allocation in GBregion
(string, optional): Region for the instance (e.g., ‘us-central1’)source_instance_id
(string, optional): Source instance to clone fromtype
(string, optional): Instance type (free-db, professional-db, etc.)vector_optimized
(boolean, optional): Enable vector optimization (requires >4GB memory)delete_instance
instance_id
(string): ID of the instance to deleteget_instance_by_name
name
(string): Name of the instanceget_instance_details
instance_ids
(array): List of instance IDsget_tenant_details
tenant_id
(string): ID of the tenant/projectlist_instances
list_tenants
pause_instance
instance_id
(string): ID of the instanceresume_instance
instance_id
(string): ID of the instanceupdate_instance_memory
instance_id
(string): ID of the instancememory
(integer): New memory allocation in GBupdate_instance_name
instance_id
(string): ID of the instancename
(string): New nameupdate_instance_vector_optimization
instance_id
(string): ID of the instancevector_optimized
(boolean): Enable vector optimization