We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/awee1453/RSS-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env•693 B
# ============================================
# RSS-MCP Server Configuration
# ============================================
# Server Configuration
# HTTP modunda sunucu portu (MCP_TRANSPORT=http ise geçerli)
PORT=3000
# Database Configuration
# SQLite veritabanı dosya yolu
DB_PATH=./data/rss.db
# MCP Transport Mode
# 'stdio' = Claude Desktop ile kullanım (default)
# 'http' = HTTP server modu ile kullanım
MCP_TRANSPORT=stdio
# Rate Limiting
# Her domain için saniye başına istek limiti
RATE_LIMIT_PER_DOMAIN=1
# Network Security
# Maksimum yönlendirme sayısı
MAX_REDIRECTS=3
# İstek zaman aşımı (milisaniye)
REQUEST_TIMEOUT=10000
# Logging (future use)
LOG_LEVEL=info