VOOZH about

URL: https://glama.ai/mcp/servers/ThinAirTelematics/thinair-data?locale=zh-CN

⇱ ThinAir Data by ThinAirTelematics | Glama


ThinAir Data MCP 服务器

通过 MCP 在 60 秒内将您的 AI 助手连接到任何 PostgreSQL、MySQL 或 SQL Server 数据库。

👁 npm version
👁 License: MIT

功能简介

ThinAir Data 是一个 模型上下文协议 (MCP) 服务器,它为 AI 代理提供对您数据库的安全读/写访问权限,无需自定义后端。

  • 多数据库支持 — PostgreSQL、MySQL、SQL Server

  • 安全 — OAuth 2.1 + API 密钥认证,查询沙箱化

  • 快速 — 具备连接池的低延迟边缘基础设施

  • AI 就绪 — 架构自省,自然语言转 SQL

Related MCP server: PostgreSQL MCP Server

产品链接

工具

工具

描述

query

执行 SQL 查询并返回结果

list_tables

列出数据库中的所有表

describe_table

获取表的架构和列详细信息

list_databases

列出可用的数据库/模式

execute

运行 INSERT、UPDATE、DELETE 语句

快速入门

Claude Desktop

添加到 ~/Library/Application Support/Claude/claude_desktop_config.json

{
 "mcpServers": {
 "thinair-data": {
 "command": "npx",
 "args": ["-y", "@thinairtelematics/data"],
 "env": {
 "THINAIR_API_KEY": "your-api-key",
 "DATABASE_URL": "postgresql://user:pass@host:5432/dbname"
 }
 }
 }
}

Cursor / Windsurf / 其他 MCP 客户端

{
 "mcpServers": {
 "thinair-data": {
 "command": "npx",
 "args": ["-y", "@thinairtelematics/data"],
 "env": {
 "THINAIR_API_KEY": "your-api-key",
 "DATABASE_URL": "postgresql://user:pass@host:5432/dbname"
 }
 }
 }
}

远程 / 可流式传输 HTTP

{
 "mcpServers": {
 "thinair-data": {
 "type": "http",
 "url": "https://data.thinair.co/mcp",
 "headers": {
 "Authorization": "Bearer your-api-key"
 }
 }
 }
}

支持的数据库

数据库

连接字符串格式

PostgreSQL

postgresql://user:pass@host:5432/db

MySQL

mysql://user:pass@host:3306/db

SQL Server

sqlserver://user:pass@host:1433/db

使用示例

连接后,您可以询问 AI:

  • “显示过去 24 小时内没有发送 ping 的所有车辆”

  • “本月按里程排名前 10 的路线是什么?”

  • “列出所有按优先级排序的未结维护工单”

  • “我们每个区域有多少活跃司机?”

npm 包

npmjs.com/package/@thinairtelematics/data

此前发布为 thinair-data(现已弃用,推荐使用此作用域包)。

许可证

MIT © ThinAir Telematics

A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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/ThinAirTelematics/thinair-data'

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