What is the co.thinair/data MCP server?
Read-only PostgreSQL, MySQL, SQL Server access via MCP — 24 dialect-aware hosted tools.
How to install co.thinair/data
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Environment / auth
AuthorizationrequiredsecretPaste `Bearer ta_data_...`. Get a key by pasting your database DSN at https://data.thinair.co/connect.
Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"data": {
"url": "https://data.thinair.co/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"data": {
"serverUrl": "https://data.thinair.co/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"data": {
"type": "http",
"url": "https://data.thinair.co/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"data": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://data.thinair.co/mcp"
]
}
}
}Claude Code
claude mcp add --transport http data https://data.thinair.co/mcpRelated MCP servers
Geocoding, truck routing, traffic, weather, and place search via MCP — 11 hosted tools.