# =============================================================================
# Jina Web Search MCP Server - Environment Variables Template
# =============================================================================
# Copy this file to .env and configure your actual values
#
# Usage:
# cp .env.example .env
# # Edit .env with your actual values
# docker-compose up -d
# =============================================================================
# Jina AI API Key (Required)
# Get your free API key from: https://jina.ai/
# This key is used for both URL content fetching and web search operations
#
# Example: JINA_API_KEY=jina_abc123def456ghi789
JINA_API_KEY=your_jina_api_key_here
# Optional: Additional configuration can be added here as needed
# For example:
# LOG_LEVEL=INFO
# SERVER_PORT=5003
# SERVER_HOST=0.0.0.0
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/hypersniper05/JinaWebSearchMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server