Hacker News new | ask | show | jobs
Show HN: Open-Source Tool to Generate AI-Agent APIs from Your Database (github.com)
7 points by laskoviymishka 472 days ago
Hello, my name is Andrei.

My friends and I recently built CentralMind Getaway, an open-source tool that automatically generates AI-agent-optimized APIs from your database connection. It’s designed for those who don’t want to expose direct SQL access to their databases and prefer not to spend time building these APIs manually.

What it does:

- Auto-generates APIs from your database connection, infer schema & sample data using AI

- Filters out PII and sensitive data for compliance (GDPR, SOC 2, etc.)

- Optimized for AI-Agent with extra meta information and REST and MCP protocol support

- Support PostgreSQL, MySQL, ClickHouse, Snowflake, BiqQuery

- Bunch of plugins: Telemetry, Auth, Caching, RLS and others

- Deployable via binary, Docker, or Helm

Check it out and please share your thoughts!

Tyr out interactive Demo via Github Codespace: https://codespaces.new/centralmind/sample_databases

GitHub: https://github.com/centralmind/gateway

Docs: https://docs.centralmind.ai/

Video: https://youtu.be/5xumga3QjmA

2 comments

I like that all major LLM providers are supported: OpenAI, Anthropic, Google, and Amazon Bedrock
It was a fun to participate in development. Looking forward what people will say:)