Cernion Grid Intelligence
by energychain
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | API Gateway port | 3000 |
| LOG_LEVEL | No | Logging level (info, debug, warn, error) | info |
| NAMESPACE | No | Moleculer namespace for service isolation | |
| TRANSPORTER | No | Message transporter (NATS, Redis, MQTT, …) | |
| GEMINI_MODEL | No | Gemini model name | gemini-3-pro-preview |
| CERNION_TOKEN | No | Cernion MCP token (request at https://cernion.de/ or email dev@stromdao.com) | |
| GEMINI_API_KEY | No | Google Gemini API key (required for AI agent) | |
| MCP_SERVER_URL | No | MCP server URL | |
| METRICS_ENABLED | No | Enable Moleculer metrics collection | false |
| TRACING_ENABLED | No | Enable Moleculer tracing | false |
| BULKHEAD_ENABLED | No | Enable bulkhead concurrency protection | false |
| ASYNC_POLLER_DEBUG | No | Enable verbose async job poller debug logging | false |
| REQUEST_TIMEOUT_MS | No | Broker request timeout in ms | 900000 |
| RETRY_POLICY_ENABLED | No | Enable broker-level retries for retryable errors | false |
| CIRCUIT_BREAKER_ENABLED | No | Enable circuit breaker protection | false |
| GRID_CONNECTION_DB_PATH | No | PouchDB path for Netzanschluss validation reports (v0.14) | ./.grid-connections |
| ASYNC_POLLER_LOG_MAX_CHARS | No | Max chars for poller debug payload snippets | 400 |
| DATASOURCE_CUSTOM_PLUGINS_DIR | No | Custom datasource connector directory | custom-connectors |
| DATASOURCE_SCRAPER_TIMEOUT_MS | No | Timeout for scraper connector page loads | 30000 |
| DATASOURCE_CONNECTOR_PLUGINS_DIR | No | Built-in datasource connector directory | src/connectors |
| DATASOURCE_MAX_INFER_SAMPLE_ROWS | No | Max sample rows used for schema inference | 200 |
| DATASOURCE_MONGO_COLLECTION_AUDIT | No | Collection name for privacy/audit records | datasource_audit |
| DATASOURCE_MONGO_COLLECTION_CACHE | No | Collection name for cached datasource rows | datasource_cache |
| DATASOURCE_DEFAULT_PRIVACY_CONTEXT | No | Default privacy mode for datasource reads | ai-agent |
| DATASOURCE_MONGO_COLLECTION_REGISTRY | No | Collection name for datasource definitions | datasource_registry |
Capabilities
Server capabilities have not been inspected yet.
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 | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/energychain/cernion-energy-tools'
If you have feedback or need assistance with the MCP directory API, please join our Discord server