Skip to main content
Glama

Redis MCP

connect_redis

Establish a connection to a Redis server by specifying host and port, with optional parameters like username, password, database index, and TLS for secure access. Integrates with Redis MCP for efficient database operations.

Instructions

连接到 Redis 服务器

Input Schema

NameRequiredDescriptionDefault
dbNo数据库索引(可选)
hostYesRedis 服务器地址
passwordNo密码(可选)
portYesRedis 服务器端口
tlsNo是否使用 TLS 连接(可选)
usernameNo用户名(可选)

Input Schema (JSON Schema)

{ "properties": { "db": { "description": "数据库索引(可选)", "type": "number" }, "host": { "description": "Redis 服务器地址", "type": "string" }, "password": { "description": "密码(可选)", "type": "string" }, "port": { "description": "Redis 服务器端口", "type": "number" }, "tls": { "description": "是否使用 TLS 连接(可选)", "type": "boolean" }, "username": { "description": "用户名(可选)", "type": "string" } }, "required": [ "host", "port" ], "type": "object" }

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

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