Back to Apps

dbdense
by valkdb
Offline database schema context for LLM agents. Drastically reduce token usage and round-trips by serving compiled schema maps.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
dbdense solves the 'massive schema' problem by extracting database metadata into a compact, offline format. It allows AI agents to maintain broad awareness of a 500+ table database via a lightweight 'lighthouse' map, requesting detailed SQL DDL only for the specific tables needed for a query.
Tools
slice: Returns detailed SQL DDL for specific requested tables or views.reset: Clears the session deduplication cache.dbdense://lighthouse: (Resource) Provides a high-density map of all entities and their foreign key relationships.
Installation
{
"mcpServers": {
"dbdense": {
"command": "dbdense",
"args": ["serve", "--in", "ctxexport.json"]
}
}
}
Supported hosts
- Claude Desktop
- Claude Code
Quick install
go install github.com/valkdb/dbdense/cmd/dbdense@latestInformation
- Pricing
- free
- Published
- 6/20/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"dbdense": {
"command": "dbdense",
"args": ["serve", "--in", "ctxexport.json"]
}
}
}





