Your database, in your terminal
MCP-Powered Database Access
for Claude Code, VS Code, and Cursor
Ekaya gives your AI coding tools direct, secure access to your database via MCP. Design schemas, write ETL pipelines, debug data layers, create migrations, and co-manage your ontology — all without leaving your development environment.
{
"mcpServers": {
"ekaya": {
"url": "https://your.internal.service/mcp"
}
}
}MCP Tools
query, execute, schema, ontology
Full Execute
CREATE, INSERT, ALTER, migrations
Ontology Co-pilot
answers questions, enriches metadata
Config Required
one URL, instant connection
What developers are building
Ekaya turns your AI coding assistant into a database-aware development partner
CSVs to production schema in minutes
Hand Claude Code a directory of CSVs and let it design a normalized database schema, create the tables via the execute tool, then write and run the ETL pipeline to ingest the data — all in one session.
- ▸Analyze source files, infer types and relationships
- ▸CREATE TABLE, INSERT, ALTER — full DDL/DML access
- ▸Validate with queries before committing
Debug your data layer without leaving code
Investigating a bug in your repository layer? Claude Code can cross-reference your ORM models with the actual database state via Ekaya's MCP tools — checking row counts, verifying constraints, and sampling data without you switching to a SQL client.
- ▸Query live data while reading application code
- ▸Validate ORM mappings against actual schema
- ▸EXPLAIN ANALYZE to diagnose slow queries
Schema and migrations from a single prompt
Ask Claude Code to add a feature and it will inspect the existing schema via get_schema, design new tables that follow your conventions, create them via execute, then write the application code and migration files — all in one flow.
- ▸Understands your existing schema conventions
- ▸Creates tables, indexes, and constraints
- ▸Generates migration files alongside application code
AI answers its own ontology questions
When Ekaya extracts your schema, it generates questions about business rules, relationships, and terminology. Your MCP client can read these questions, research the codebase, and submit answers directly — no human copy-paste required.
- ▸Claude Code reads ontology questions via MCP
- ▸Researches your codebase for the answers
- ▸Updates column descriptions, enums, and business rules automatically
See it in action
Watch Ekaya's MCP Server power an AI coding session
Get started in minutes
From zero to MCP-connected database in a few clicks
Connect your database
Add your PostgreSQL connection string. Ekaya supports dozens of datasources via adapters.
Select your schema
Choose which tables and columns to expose. Exclude PII or sensitive data from the ontology.
Build the ontology
Ekaya analyzes your schema and generates a semantic layer. Your MCP client refines it automatically.
Add the MCP URL
One line in your AI tool config. Works with Claude Code, VS Code, Cursor, and any MCP client.