Skip to main content
Glama

SkyeNet-MCP-ACE

by ClearSkye
servicenow-ace.env.example•2.58 kB
# ServiceNow MCP-ACE Configuration # This file is for the MCP-ACE server (Background Script execution) # This is separate from MCP-Connect credentials to avoid conflicts # ============================================================================ # REQUIRED CREDENTIALS # ============================================================================ SERVICENOW_ACE_INSTANCE=dev348145.service-now.com SERVICENOW_ACE_USERNAME=admin SERVICENOW_ACE_PASSWORD=your-password-here # ============================================================================ # CONTEXT OVERFLOW PREVENTION - GLOBAL SETTINGS # ============================================================================ # Maximum response size in characters (default: 50000 = 50KB) SKYENET_CONTEXT_MAX_RESPONSE_SIZE=50000 # Enable/disable truncation (default: true) SKYENET_CONTEXT_ENABLE_TRUNCATION=true # Maximum summary length in characters (default: 1000 = 1KB) SKYENET_CONTEXT_MAX_SUMMARY_LENGTH=1000 # Warning threshold as percentage (default: 0.8 = 80%) SKYENET_CONTEXT_WARNING_THRESHOLD=0.8 # ============================================================================ # TABLE OPERATION SETTINGS # ============================================================================ # Default limit for table queries (default: 100) SKYENET_TABLE_DEFAULT_LIMIT=100 # Maximum response size for table operations (default: 50000 = 50KB) SKYENET_TABLE_MAX_RESPONSE_SIZE=50000 # Enable result summarization for large datasets (default: true) SKYENET_TABLE_ENABLE_RESULT_SUMMARIZATION=true # Maximum records to show in summary (default: 10) SKYENET_TABLE_MAX_SUMMARY_RECORDS=10 # Table operation timeout in milliseconds (default: 30000 = 30s) SKYENET_TABLE_TIMEOUT_MS=30000 # Maximum records per request (default: 1000) SKYENET_TABLE_MAX_RECORDS_PER_REQUEST=1000 # Maximum batch size for batch operations (default: 100) SKYENET_TABLE_MAX_BATCH_SIZE=100 # User agent string (default: SkyeNet-MCP-ACE/1.1.0) SKYENET_TABLE_USER_AGENT=SkyeNet-MCP-ACE/1.1.0 # Retry attempts for failed requests (default: 3) SKYENET_TABLE_RETRY_ATTEMPTS=3 # Retry delay in milliseconds (default: 1000 = 1s) SKYENET_TABLE_RETRY_DELAY=1000 # Enable detailed logging (default: false) SKYENET_TABLE_ENABLE_LOGGING=false # ============================================================================ # FILE PLACEHOLDER SETTINGS # ============================================================================ # Maximum file size for file placeholder resolution in bytes (default: 1048576 = 1 MB) SKYENET_FILE_PLACEHOLDER_MAX_SIZE=1048576

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/ClearSkye/SkyeNet-MCP-ACE'

If you have feedback or need assistance with the MCP directory API, please join our Discord server