MCP Servers / database / Model Database Protocol

Model Database Protocol

JSON →
stdionone8database

Intent-based, secure database access protocol for AI systems — LLMs send structured intents instead of raw SQL.

Install
How to run this server
[ { "cmd": "pip install mdbp", "imports": [] } ]
server path: model-database-protocol
Tools
What this server exposes
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.
Configuration
Environment & auth
authnone
envDATABASE_URL
Resources
Model Database Protocol — MCP Server · libregistry