Skip to main content
Glama

SQL Query MCP Server

seed.sql389 B
CREATE TABLE IF NOT EXISTS employees ( id SERIAL PRIMARY KEY, name TEXT NOT NULL, department TEXT, salary INTEGER ); INSERT INTO employees (name, department, salary) VALUES ('Alice Johnson', 'Engineering', 95000), ('Bob Smith', 'Marketing', 72000), ('Carol White', 'Sales', 68000), ('David Brown', 'Engineering', 99000), ('Eva Green', 'HR', 63000) ON CONFLICT DO NOTHING;

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/rajeevchandra/mcp-ollama-postgres'

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