#134 · Primary category: AI Gateway & API Infrastructure

gateway

amazon-bedrock anthropic-claude api automatic-api clickhouse duckdb elasticsearch golang google-vertex-ai llm mcp mysql-database openai oracle-database postgresql rest-api snowflake supabase

Universal MCP-Server for your Databases optimized for LLMs and AI-Agents.

Project last updated:07/18/25

GitHub Stars

546

Forks

65

Contributors

11

License

Apache-2.0

Why we included this project

Most teams that want LLM agents to query their database end up hand-writing a pile of API endpoints. This project skips that: point it at a supported store such as PostgreSQL, MySQL, ClickHouse, or Snowflake, and it inspects the schema, runs one LLM pass to generate an API configuration, then serves the data over REST or the Model Context Protocol. Tools like Cursor or Claude Desktop can then call your database as a function without any custom glue code. It also handles the production concerns that usually get deferred, including PII redaction via regex or Microsoft Presidio, row-level access control, API-key and OAuth auth, OpenTelemetry tracing, and caching. If you want a controlled, auditable way to let agents touch real data, the built-in security and compliance features are worth a look before you wire agents straight to the database.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category