We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/leolilley/kiwi-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Kiwi MCP Configuration
# ========== Supabase Registry ==========
# Leave empty to disable registry (local-only mode)
SUPABASE_URL=https://your-project.supabase.co
SUPABASE_SECRET_KEY=your-secret-key-here
# ========== Local Storage ==========
# User space directory (defaults to ~/.ai)
# Can be overridden per command via project_path parameter
AI_USER_SPACE=~/.ai
# ========== Logging ==========
# Log level: DEBUG, INFO, WARNING, ERROR, CRITICAL
LOG_LEVEL=INFO
# ========== Optional ==========
# Default project path (can be overridden per command)
# PROJECT_PATH=/path/to/project
# Server host and port (for future web interface)
# SERVER_HOST=localhost
# SERVER_PORT=8000