1c-configuration
by axel-avb
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ONEC_HOST | No | HTTP server bind address. Defaults to 0.0.0.0. | 0.0.0.0 |
| ONEC_PORT | No | HTTP server port. Defaults to 8765. | 8765 |
| ONEC_TXT_ROOT | No | Root of the TXT report (ОтчетПоКонфигурации.txt). Defaults to <project_data_dir>/metadata. | |
| ONEC_XML_ROOT | No | Root of the XML export (ConfigDumpInfo.xml + per-object XML). Defaults to <project_data_dir>/code. | |
| ONEC_AUTH_TOKEN | No | If set, requires the Authorization: Bearer <token> header on all HTTP requests. | |
| ONEC_MCP_CONFIG | No | Path to the JSON configuration file. Defaults to ./config.json. Environment variables override values in this file. | ./config.json |
| ONEC_QDRANT_URL | No | URL of the Qdrant instance, e.g. http://localhost:6333 | |
| ONEC_CONFIG_ROOT | No | Root directory of the 1C configuration sources (XML/BSL). | |
| ONEC_PAYLOAD_ONLY | No | Set to 'true' to update only Qdrant payloads without re-embedding. | |
| ONEC_SEARCH_TOP_K | No | Number of results returned by search_config. | |
| ONEC_GRAPH_DB_PATH | No | Path to the SQLite graph database. | |
| ONEC_EMBEDDER_MODEL | No | Embedding model name. Defaults to bge-m3. | bge-m3 |
| ONEC_QDRANT_API_KEY | No | API key for Qdrant, if authentication is enabled. | |
| ONEC_RERANKER_MODEL | No | Reranker model name (optional). | |
| ONEC_EMBEDDER_API_KEY | No | API key for the embedder. | |
| ONEC_RERANKER_API_KEY | No | API key for the reranker. | |
| ONEC_EMBEDDER_BASE_URL | No | Base URL of an OpenAI-compatible embeddings endpoint (e.g. Ollama /v1). | |
| ONEC_QDRANT_COLLECTION | No | Name of the Qdrant collection. Defaults to onec_config. | onec_config |
| ONEC_RERANKER_ENDPOINT | No | URL of a reranker service (Cohere/Jina-compatible). Empty disables reranking. | |
| ONEC_NODE_ID_IN_PAYLOAD | No | Set to 'true' (default) to store node_id in Qdrant payload for search_config. | true |
| ONEC_EMBEDDER_BATCH_SIZE | No | Batch size for embedding requests. | |
| ONEC_EMBEDDER_DIMENSIONS | No | Vector dimensionality – must match the embedding model. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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 | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues