Skip to main content
Glama

Multi-Database MCP Server

by Nam088
plugins.config.example.json447 B
[ { "package": "@nam088/mcp-redis", "export": "RedisPlugin", "enabled": true, "config": { "host": "localhost", "port": 6379, "db": 0 } }, { "package": "@nam088/mcp-postgres", "export": "PostgresPlugin", "enabled": true, "config": { "host": "localhost", "port": 5432, "user": "postgres", "password": "your_password", "database": "your_database" } } ]

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/Nam088/mcp-server'

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