agent-guard-mcp
by dygogogo
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DB_PATH | No | SQLite database path | ./mcp-guard.db |
| PAYER_ID | No | Payer identity | hostname |
| LOG_LEVEL | No | Log level: debug/info/warn/error | info |
| BUDGET_LIMIT | No | Daily budget cap (credits) | 10.0 |
| MCP_TRANSPORT | No | Transport: stdio / sse / http | Auto-detect (TTY → http) |
| DASHBOARD_PORT | No | Dashboard HTTP port | 8080 |
| TELEGRAM_CHAT_ID | No | Telegram Chat ID (optional) | |
| APPROVAL_BASE_URL | No | Base URL for approval links | http://localhost:8080 |
| TELEGRAM_BOT_TOKEN | No | Telegram Bot Token (optional) | |
| HIGH_RISK_RESOURCES | No | High-risk resource keywords (comma-separated) | delete,send |
| HIGH_RISK_THRESHOLD | No | High-risk amount threshold | 2.0 |
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/dygogogo/agent-guard-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server