A Model Context Protocol (MCP) server for YashanDB.
730
YashanDB MCP Server acts as an open-source bridge, empowering AI agents to seamlessly interface with YashanDB environments via the Model Context Protocol (MCP). YashanDB is a robust, high-performance database engine compatible with Oracle syntax, designed to handle both transactional (OLTP) and analytical (OLAP) processing efficiently.
By integrating this server, AI assistants gain the capability to:
The easiest way to use YashanDB MCP Server is via the pre-built Docker image.
Pull the image:
docker pull enmotech/yashandb-mcp
Configure your MCP client:
Add this to your mcp_config.json (or equivalent):
"yashandb-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e", "DATABASE_URI",
"enmotech/yashandb-mcp"
],
"env": {
"DATABASE_URI": "yashandb://username:password@host:port/database_name"
}
}
Note: The database_name parameter is required for compatibility but ignored by the driver; it has no effect on the connection. You can simply use yasdb
Content type
Image
Digest
sha256:adc5d7bd1…
Size
150.6 MB
Last updated
10 months ago
docker pull enmotech/yashandb-mcp