Skip to main content
Glama

Elasticsearch MCP Server

by rishab2404
redisClient.ts390 B
import pkg from "ioredis"; const Redis = (pkg as any).default || pkg; const { REDIS_URL, REDIS_HOST, REDIS_PORT, REDIS_PASSWORD } = process.env; const redis = REDIS_URL ? new Redis(REDIS_URL) : new Redis({ host: REDIS_HOST || "localhost", port: REDIS_PORT ? Number(REDIS_PORT) : 6379, password: REDIS_PASSWORD || undefined, }); export default redis;

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/rishab2404/mcp_es'

If you have feedback or need assistance with the MCP directory API, please join our Discord server