Governor
by Patsakas
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Bind address for the server. | 0.0.0.0 |
| PORT | No | Port for the server. | 8000 |
| DATABASE_URL | No | SQLAlchemy async URL for the database. | sqlite+aiosqlite:///./governance.db |
| OPENAI_API_KEY | No | Enables LLM blast-radius analysis. Falls back to rule-based analysis when unset. | |
| SLACK_BOT_TOKEN | No | Slack OAuth bot token (xoxb-…), scope chat:write. Used to send approval requests to Slack. | |
| SLACK_CHANNEL_ID | No | Channel that receives approval requests. | |
| TELEGRAM_CHAT_ID | No | Chat that receives approval requests. | |
| TELEGRAM_BOT_TOKEN | No | Token from @BotFather. Used to send approval requests to Telegram. | |
| SLACK_SIGNING_SECRET | No | Verifies incoming Slack webhooks. | |
| APPROVAL_TIMEOUT_SECONDS | No | How long the agent waits for a human before timing out. | 45 |
| SLACK_SKIP_SIGNATURE_VERIFICATION | No | Bypass Slack signature verification. For local development and CI only. | false |
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