We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rouxton/ndb-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•703 B
# NDB MCP Server Configuration Template
# Copy this file to .env and fill in your actual values
# Required: NDB Server Configuration
NDB_BASE_URL=https://your-ndb-server.company.com
NDB_USERNAME=your-username
NDB_PASSWORD=your-password
# Alternative: Token-based authentication (recommended for production)
# NDB_TOKEN=your-api-token
# Optional: SSL and Connection Settings
NDB_VERIFY_SSL=true
NDB_TIMEOUT=30000
NDB_MAX_RETRIES=3
NDB_RETRY_DELAY=1000
# Custom Instructions for LLM Interactions
# Pipe-separated list of custom instructions for the agent
NDB_CUSTOM_INSTRUCTIONS="Always recommend clustered deployments for production|Include security best practices|Suggest cost-effective solutions"