Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level: error, warn, info, debug | info |
| GREMLIN_USE_SSL | No | Enable SSL/TLS connection | |
| GREMLIN_ENDPOINT | No | The Gremlin server endpoint in format host:port or host:port/g | localhost:8182 |
| GREMLIN_PASSWORD | No | Password for Gremlin server authentication | |
| GREMLIN_USERNAME | No | Username for Gremlin server authentication | |
| GREMLIN_IDLE_TIMEOUT | No | Connection timeout in seconds | 300 |
| GREMLIN_SCHEMA_INCLUDE_COUNTS | No | Include vertex/edge counts in schema | true |
| GREMLIN_ENUM_DISCOVERY_ENABLED | No | Enable smart enum detection | true |
| GREMLIN_SCHEMA_MAX_ENUM_VALUES | No | Limit enum values shown in schema | 10 |
| GREMLIN_ENUM_PROPERTY_BLACKLIST | No | Comma-separated list of properties to exclude from enum detection (e.g., id,timestamp) | |
| GREMLIN_ENUM_CARDINALITY_THRESHOLD | No | Max distinct values for enum detection | 10 |
| GREMLIN_SCHEMA_INCLUDE_SAMPLE_VALUES | No | Include sample values in schema | false |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |