Model Database Protocol
JSON →Intent-based, secure database access protocol for AI systems â LLMs send structured intents instead of raw SQL.
Install
pip install mdbp Tools · 3
- mdbp_query Execute a database query using an intent object. Accepts intent, entity, filters, fields, sort, limit, offset, and other query parameters.
- mdbp_describe_schema Get the database schema including all tables, columns, and their types.
- mdbp_dispose Dispose of the database connection pool.
Environment variables
DATABASE_URL
Links
★ 8 GitHub stars