Skip to main content
Glama
InkByteStudio

mcp-enterprise-starter

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
API_KEYSYesComma-separated list of valid API keys
LOG_LEVELNoLogging levelinfo
ROW_LIMITNoDefault row limit for queries100
DATABASE_URLYesPostgreSQL connection string
MAX_ROW_LIMITNoMaximum row limit1000
MCP_TRANSPORTNoTransport mode: stdio or ssestdio
ALLOWED_TABLESNoTables the agent can accessdepartments,users,projects
RATE_LIMIT_RPMNoRequests per minute per API key60
SENSITIVE_COLUMNSNoColumns to mask in query resultsemail,ssn

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
query_databaseA

Execute a read-only SQL query against the database. Only SELECT statements are allowed. Results from sensitive columns (email, SSN) are automatically masked. Queries are limited to a maximum number of rows.

list_tablesA

List all database tables that are available for querying. Returns table names from the configured allowlist.

get_schemaA

Get the column schema for a specific database table, including column names, data types, nullability, and constraints.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
departments table schemaColumn definitions and constraints for the departments table
users table schemaColumn definitions and constraints for the users table
projects table schemaColumn definitions and constraints for the projects table

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/InkByteStudio/mcp-enterprise-starter'

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