Skip to main content
Glama

Redis Cloud API MCP Server

Official
by redis
args.ts264 B
export const getArgValue = (argName: string): string | undefined => { const argIndex = process.argv.findIndex((arg) => arg.startsWith(`--${argName}=`), ); if (argIndex !== -1) { return process.argv[argIndex].split("=")[1]; } return undefined; };

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