airy
@tinrab
关于 airy
An AI tool for interacting with databases.
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is airy?
Airy is an AI-powered tool that enables natural language interaction with databases via a terminal or as an MCP server. It generates SQL queries based on user prompts and requires an OpenRouter API key for AI inference.
How to use airy?
Install airy using Cargo (cargo install airy) or download from GitHub Releases. To run as an MCP server, execute airy --mysql-url <URL> mcp --sse (or --postgres-url) and optionally set the port with --port. For terminal chat mode, use airy chat with the appropriate database URL and OpenRouter API key.
Key features of airy
- Chat with databases directly from the terminal.
- Generate SQL queries from natural language.
- Operate as an MCP server via SSE transport.
- Supports MySQL and PostgreSQL databases.
- Configurable AI model via OpenRouter API.
- Customizable max tokens for AI responses.
Use cases of airy
- Developers quickly query databases without writing raw SQL.
- Non-technical users interact with data using natural language.
- Integration with MCP-compatible clients for automated data access.
- Debugging and exploring database schemas during development.
FAQ from airy
What databases does airy support?
Airy currently works with MySQL and PostgreSQL databases, specified via --mysql-url or --postgres-url options.
How do I install airy?
You can install airy using Cargo (cargo install airy) or download prebuilt binaries from the GitHub Releases page.
What AI model does airy use by default?
The default model is mistralai/devstral-small:free via OpenRouter, but you can choose any supported OpenRouter model using the --model option.
Do I need an API key to use airy?
Yes, an OpenRouter API key is required. Set it via the --openrouter-api-key option or the OPENROUTER_API_KEY environment variable.
How do I run airy as an MCP server with SSE?
Run `airy --mysql-url m
其他 分类下的更多 MCP 服务器
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Awesome Mlops
visengerA curated list of references for MLOps
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
评论