sql-steward
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SQL_STEWARD_MASK | No | Optional: set to '1' to enable PII masking on results. | |
| SQL_STEWARD_ROLE | No | Optional: role name for query-warden access control. | |
| SQL_STEWARD_LAYER | Yes | Path to the semantic layer YAML file defining entities, metrics, and policies. | |
| SQL_STEWARD_DB_URL | Yes | SQLAlchemy database URL (e.g., postgresql+psycopg://user@host/db). | |
| SQL_STEWARD_POLICY | No | Optional: path to a second-pass role policy YAML file. | |
| SQL_STEWARD_AUDIT_DB | No | Optional: path to SQLite database for agent-blackbox audit chain. | |
| SQL_STEWARD_EMBED_URL | No | Optional: URL for local embedding endpoint (e.g., http://localhost:11434/api/embeddings). | |
| SQL_STEWARD_EMBED_MODEL | No | Optional: model name for embeddings (e.g., nomic-embed-text). | |
| SQL_STEWARD_QUERY_BUDGET | No | Optional: hard cap on queries per role per session (integer). |
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/Pawansingh3889/sql-steward'
If you have feedback or need assistance with the MCP directory API, please join our Discord server