Sign inSign up

actian/zen-mcp-server

By actian

Updated 26 days ago

Image
0

267

actian/zen-mcp-server repository overview

Actian MCP Server for Zen

Actian Zen

The Actian MCP Server for Zen connects AI applications to the Actian Zen database using the open Model Context Protocol (MCP). It acts as a secure bridge between MCP-compatible AI clients and your database, enabling agents to discover schemas, execute queries, and retrieve real-time context through a standardized interface.

Actian Zen is suited for edge-based AI and zero-admin mobile applications.

Capabilities
ActionDescription
Run SQL queriesExecute read-only SQL with automatic Zen dialect translation.
Write supportRun INSERT, UPDATE, and DELETE through execute_write_query when read-write mode is enabled.
Human-in-the-loop write approvalEvery write requires a person to approve it in the connected MCP client, and the OAuth mcp:write scope when OAuth is enabled.
List tables and viewsDiscover available objects and inspect their structure.
ORM operationsQuery with JOINs, WHERE, ORDER BY, GROUP BY, and LIMIT clauses.
Server managementQuery server capabilities, list DSNs, and release locks.
Schema metadataRead database schema as a structured resource.
Custom extensionsAdd custom tools and resources with Python modules mounted at /app/extensions, without modifying the core plugin.

Quick Start

docker run -d \
    --name zen-mcp \
    -p 8000:8000 \
    --add-host=host.docker.internal:host-gateway \
    -v ./conf.json:/app/conf.json:ro \
    actian/zen-mcp-server:1.1.0

For configuration file format, HTTPS setup, OAuth authentication, and MCP client integration, see the full documentation.

License Information

The Actian MCP Server software contained in this image is copyright (c) 2026 Actian Corporation. See /app/ACTIAN_EULA.txt in the image for license terms.

Tag summary

Content type

Image

Digest

sha256:ed070e768

Size

84.2 MB

Last updated

26 days ago

docker pull actian/zen-mcp-server:1.1.0