Skip to main content
Glama
kelvis-santos

MCP Server

redis.ts404 B
// MCP Redis Integration Example // Exemplo fictício de integração Redis MCP (autocontido para apresentação) const fakeRedis: Record<string, string> = {}; export async function cacheUser(id: string, data: any) { fakeRedis[`user:${id}`] = JSON.stringify(data); } export async function getCachedUser(id: string) { const data = fakeRedis[`user:${id}`]; return data ? JSON.parse(data) : null; }

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/kelvis-santos/MCP-vscode-examples'

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