We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jerrelblankenship/jb-kibana-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.local.example•321 B
# Example local development configuration
# Copy this to .env for local testing
# Local Kibana instance
KIBANA_URL=http://localhost:5601
KIBANA_USERNAME=elastic
KIBANA_PASSWORD=changeme
# Or use API key
# KIBANA_API_KEY=your_api_key_here
# Development settings
MCP_TRANSPORT=stdio
LOG_LEVEL=debug
NODE_ENV=development