Gremlin
JSON →Interact with any Gremlin-compatible graph database using natural language, with support for schema discovery, complex queries, and data import/export.
Install
npx command Tools · 6
- get_graph_status Verify database connectivity and server status
- get_graph_schema Get complete graph structure with nodes, edges, and relationships
- run_gremlin_query Execute any Gremlin traversal query with full syntax support
- refresh_schema_cache Force immediate refresh of cached schema information
- import_graph_data Load data from GraphSON, CSV, or JSON with batch processing
- export_subgraph Extract subgraphs to JSON, GraphSON, or CSV formats
Links
★ 9 GitHub stars