Sign inSign up

actian/analytics-engine-mcp-server

By actian

Updated 26 days ago

Image
0

164

actian/analytics-engine-mcp-server repository overview

Actian MCP Server for Analytics Engine

Actian Analytics Engine

The Actian MCP Server for Analytics Engine connects AI applications to the Actian Analytics Engine 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.

The Analytics Engine is suited for large-scale retrieval-augmented generation (RAG) and high-performance vector analysis.

Capabilities
ActionDescription
Run SQL queriesRead-only by default; enable read-write mode to also run INSERT, UPDATE, DELETE, and MERGE. Data Definition Language (DDL) is always rejected in both modes.
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 in the schema.
Inspect table structureRetrieve column definitions, types, and comments.
Read schema metadataExplore database-level metadata.
List functions and proceduresView available user-defined routines.
Custom extensionsAdd custom tools and resources with Python modules mounted at /app/extensions, without modifying the core plugin.

Quick Start

docker run -d \
    -p 8000:8000 \
    -v ./conf.json:/app/conf.json \
    actian/analytics-engine-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:44e7f8220

Size

123.7 MB

Last updated

26 days ago

docker pull actian/analytics-engine-mcp-server:1.1.0