PixelCheck
by xcodethink
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_FILE | No | Path to log file (optional, logs to stderr by default) | |
| LOG_LEVEL | No | Minimum log level: trace, debug, info, warn, error, fatal, silent | info |
| LOG_PRETTY | No | Force pretty-print or JSON; auto decides by TTY | auto |
| ANTHROPIC_API_KEY | Yes | Required. Anthropic API key for Claude. | |
| AUDIT_AUTO_CONSENT | No | Set to '1' or 'true' to auto-consent to privacy notice (bypasses prompt) | |
| AUDIT_COST_LEDGER_PATH | No | Path to the persistent daily ledger | ~/.pixelcheck/cost-ledger.json |
| AUDIT_COST_MAX_RUN_USD | No | Max USD per audit run / MCP tool call | 5 |
| AUDIT_RESULT_CACHE_PATH | No | SQLite path for result cache | ~/.pixelcheck/result-cache.db |
| AUDIT_COST_MAX_DAILY_USD | No | Max USD per UTC day across all runs | 50 |
| AUDIT_ACTS_RETENTION_DAYS | No | Retention window for 'act' artifacts | 30 |
| AUDIT_COST_GUARD_DISABLED | No | Set to '1' or 'true' to bypass cost guard entirely | |
| AUDIT_COST_MAX_RUN_TOKENS | No | Max input+output tokens per run | 10000000 |
| AUDIT_RESULT_CACHE_TTL_MS | No | Cache TTL in milliseconds | 86400000 |
| AUDIT_SEES_RETENTION_DAYS | No | Retention window for 'see' artifacts; 0 disables prune | 30 |
| AUDIT_COST_MAX_DAILY_TOKENS | No | Max input+output tokens per UTC day | 100000000 |
| AUDIT_JUDGES_RETENTION_DAYS | No | Retention window for 'judge' artifacts | 30 |
| AUDIT_RESULT_CACHE_DISABLED | No | Set to '1' or 'true' to disable result cache | |
| AUDIT_RESULT_CACHE_MAX_ROWS | No | Maximum rows in cache (LRU); 0 disables | 10000 |
| AUDIT_COMPARES_RETENTION_DAYS | No | Retention window for 'compare' artifacts | 30 |
| AUDIT_EXTRACTS_RETENTION_DAYS | No | Retention window for 'extract' artifacts | 30 |
| AUDIT_RESULT_CACHE_MAX_DISK_MB | No | Maximum disk usage in MB (LRU); 0 disables | 500 |
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 | |
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/xcodethink/pixelcheck'
If you have feedback or need assistance with the MCP directory API, please join our Discord server