Skip to main content
Glama

MCP-Driven Data Management System

by chibbi1

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PG_DBYesPostgreSQL database name
PG_HOSTYesPostgreSQL RDS endpoint
PG_PORTNoPostgreSQL port number5432
PG_USERYesPostgreSQL username
MYSQL_DBYesMySQL database name
MYSQL_HOSTYesMySQL RDS endpoint
MYSQL_PORTNoMySQL port number3306
MYSQL_USERYesMySQL username
PG_PASSWORDYesPostgreSQL password
PG_SALES_DBYesPostgreSQL database name for sales
GROQ_API_KEYYesOpenAI API Key for LLM integration
PG_SALES_HOSTYesPostgreSQL RDS endpoint for sales
PG_SALES_PORTNoPostgreSQL port number for sales5432
PG_SALES_USERYesPostgreSQL username for sales
MCP_SERVER_URLNoMCP Server URL (if deploying, this will be your server's public URL)http://localhost:8000
MYSQL_PASSWORDYesMySQL password
PG_SALES_PASSWORDYesPostgreSQL password for sales

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/chibbi1/MCP'

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