lagrange
Officialby MtForme
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LAGRANGE_DB_PATH | No | ChromaDB vector store location | ./chroma_db |
| LAGRANGE_EMBEDDER | No | hashing (offline) or sentence-transformers | hashing |
| LAGRANGE_KEY_PATH | No | Ed25519 signing key (secret; back it up) | ./lagrange_signing_key.pem |
| LAGRANGE_ST_MODEL | No | Model name when embedder is sentence-transformers | all-MiniLM-L6-v2 |
| LAGRANGE_QUERY_TOP_K | No | How many similar memories the semantic node sees | 5 |
| LAGRANGE_ALERT_LOG_PATH | No | Quarantine / escalation log | ./lagrange_alerts.jsonl |
| LAGRANGE_VETO_CONFIDENCE | No | A lone rejection at/above this blocks the write | 0.85 |
| LAGRANGE_CONSENSUS_THRESHOLD | No | Fraction of nodes that must accept | 0.667 |
| LAGRANGE_ESCALATION_THRESHOLD | No | Rejections from one source before an alert escalates | 3 |
| LAGRANGE_SEMANTIC_TOPIC_THRESHOLD | No | Similarity above which a contradiction is a reject | 0.6 |
| LAGRANGE_TEMPORAL_BURST_THRESHOLD | No | Writes per window before a burst is flagged | 5 |
| LAGRANGE_TEMPORAL_BURST_WINDOW_SECONDS | No | Window for burst detection | 5.0 |
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