Skip to main content
Glama
config_template.ini782 B
; ODBC MCP Server Configuration Template ; Copy this file and rename to config.ini [SERVER] ; Default connection to use if not specified default_connection = example_dsn ; Maximum rows to return per query (default: 1000) max_rows = 1000 ; Query timeout in seconds (default: 30) timeout = 30 ; Example DSN-based connection [example_dsn] dsn = MyDSN username = username password = password ; Enforce read-only mode (default: true) readonly = true ; Example full connection string [example_connstr] connection_string = Driver={SQL Server};Server=myserver;Database=mydatabase;UID=username;PWD=password; readonly = true ; Example DSN-less connection [example_dsnless] driver = SQL Server server = myserver database = mydatabase username = username password = password readonly = true

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/tylerstoltz/mcp-odbc'

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