Conarium
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CONARIUM_ANCHOR_SINK | No | Set to 'opentimestamps' to opt in to OpenTimestamps anchoring of the receipt chain. | |
| CONARIUM_NPM_REGISTRY | No | URL of an internal npm mirror for the startup update check. | |
| CONARIUM_SCAN_CHAR_CAP | No | Maximum number of characters to scan in a text field; longer fields are replaced with [MASKED_PII]. | |
| CONARIUM_AUDIT_HMAC_KEY | No | HMAC key for audit integrity. Set CONARIUM_AUDIT_SIGNING_KEY and/or CONARIUM_AUDIT_HMAC_KEY. | |
| CONARIUM_AUDIT_UNSIGNED | No | Set to '1' to allow unsigned audit entries for throwaway setups. Must be explicitly set if no signing or HMAC key is provided. | |
| CONARIUM_NO_UPDATE_CHECK | No | Set to '1' to disable the startup update check against the npm registry. | |
| CONARIUM_AUDIT_SIGNING_KEY | No | Path to an Ed25519 private PEM file used to sign audit receipts. Set CONARIUM_AUDIT_SIGNING_KEY and/or CONARIUM_AUDIT_HMAC_KEY. | |
| CONARIUM_AUDIT_TRUST_PUBKEYS | No | Comma or semicolon separated list of prior public PEMs used for key rotation. |
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_tablesA | List all database tables available in the company data connectors |
| describe_tableA | Get the schema and column descriptions of a specific table |
| queryA | Run a read-only SQL query against the company database. Only SELECT is allowed. |
| searchC | Full-text search across governed company data scopes |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| maindb schema | PostgreSQL Connector |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/dogrucanemek-alt/conarium'
If you have feedback or need assistance with the MCP directory API, please join our Discord server