Skip to main content
Glama

RS.ge Waybill MCP Server

claude_desktop_config.example.jsonโ€ข782 B
{ "mcpServers": { "rs-waybill": { "command": "node", "args": [ "C:\\Users\\Boris\\Dell\\Projects\\APPS\\MCPWaybill\\dist\\index.js" ], "env": { "RS_SERVICE_USER": "4053098841:405309884", "RS_SERVICE_PASSWORD": "YOUR_PASSWORD_HERE" } } } } // Optional environment variables (all have sensible defaults): // "LOG_LEVEL": "info" - Logging level: error, warn, info, debug (default: info) // "LOG_FILE": "logs/mcp-server.log" - Log file path (default: logs/mcp-server.log) // "API_TIMEOUT": "30000" - API timeout in ms (default: 30000) // "API_RETRIES": "3" - Number of retries (default: 3) // NOTE: Console logging is ALWAYS disabled for MCP servers (stdio is for JSON protocol)

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/BorisSolomonia/MCPWaybill'

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