Skip to main content
Glama

Redis Cloud API MCP Server

Official
by redis
helpers.ts297 B
const debug = true; export function log(...args: unknown[]) { if (debug) { const msg = `[DEBUG ${new Date().toISOString()}] ${args.join(" ")}\n`; process.stderr.write(msg); } } export const config = { // Add more config values as needed }; export { version } from "./version.js";

Latest Blog Posts

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/redis/mcp-redis-cloud'

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