Skip to main content
Glama
kobramantra-debug

mcp-database-universal

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DATABASE_URLYesDatabase connection URL. Required. Examples: sqlite:///path/to/db.db, postgresql://user:pass@host:5432/db
OPENAI_API_KEYNoAPI key for the LLM-backed natural_query mode.
ANTHROPIC_API_KEYNoAPI key for the LLM-backed natural_query mode.
DATABASE_MAX_ROWSNoMaximum rows returned per query. Default: 10001000
DATABASE_READ_ONLYNoEnforce read-only mode (blocks writes even if DATABASE_WRITE_ENABLED). Default: truetrue
DATABASE_SAMPLE_SIZENoNumber of sample rows shown in table/column stats. Default: 55
DATABASE_PROFILE_TOP_NNoTop-N value distribution entries in profiling. Default: 1010
DATABASE_WRITE_ENABLEDNoAllow write statements when DATABASE_READ_ONLY=false. Default: falsefalse
DATABASE_MAX_QUERY_TIMENoQuery timeout in seconds. Default: 3030
DATABASE_MAX_OUTPUT_BYTESNoCap on result payload size. Default: 5000050000

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

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/kobramantra-debug/mcp-database-server'

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