We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/spie-mkroehn/baby-skynet'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.test•508 B
# Test Environment Variables
# Used by Core System Tests to provide required environment variables
# Database Configuration for Tests
DATABASE_URL=postgresql://postgres:password@localhost:5432/baby_skynet
# LLM Model Configuration for Tests
LLM_MODEL=claude-3-haiku-20240307
# Optional: Override other test-specific settings
CHROMADB_HOST=localhost
CHROMADB_PORT=8000
NEO4J_URI=bolt://localhost:7687
NEO4J_USERNAME=neo4j
NEO4J_PASSWORD=password
NEO4J_DATABASE=neo4j
# Test-specific flags
NODE_ENV=test