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
multi-sqlite.toml•308 B
# Multiple in-memory SQLite databases
# Used for testing multi-database scenarios and source routing
[[sources]]
id = "database_a"
type = "sqlite"
database = ":memory:"
[[sources]]
id = "database_b"
type = "sqlite"
database = ":memory:"
[[sources]]
id = "database_c"
type = "sqlite"
database = ":memory:"