Skip to main content
Glama
readonly-maxrows.toml391 B
# Sources with execution options (readonly, max_rows) # Used for testing query execution constraints [[sources]] id = "readonly_limited" type = "sqlite" database = ":memory:" readonly = true max_rows = 100 [[sources]] id = "writable_limited" type = "sqlite" database = ":memory:" readonly = false max_rows = 500 [[sources]] id = "writable_unlimited" type = "sqlite" database = ":memory:"

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/bytebase/dbhub'

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