Actian MCP Server for the Actian NoSQL Database
352
The Actian MCP Server for NoSQL connects AI applications to the Actian NoSQL 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 read queries, retrieve real-time context, and apply gated writes through a standardized interface.
Actian NoSQL is suited for highly complex object models and high-speed data navigation.
| Action | Description |
|---|---|
| Discover the schema | List all classes and explore their fields and inheritance hierarchy. |
| Run JPQL queries | Execute read-only queries against your database, with cursor-based paging over large result sets. |
| Retrieve objects by ID | Fetch one or many objects directly by LOID for the fastest retrieval path. |
| Write objects | Create, update, and delete objects in one atomic transaction. Disabled by default. |
| Add your own tools | Load operator-approved extensions that contribute custom tools, resources, and prompts. Disabled by default. |
docker run \
-v $(pwd)/application.properties:/home/jboss/config/application.properties:ro \
-p 8080:8080 \
actian/nsql-mcp-server:1.1.0
For the configuration file format, HTTPS setup, OAuth authentication, write and extension configuration, and MCP client integration, see the full documentation.
The Actian MCP Server software contained in this image is copyright (c) 2026 Actian Corporation. See /home/jboss/licenses/ACTIAN_EULA.txt in the image for license terms.
For license information regarding third-party software, see /home/jboss/licenses/third-party/THIRD-PARTY-LICENSES.txt, with individual license texts for third-party components located at /home/jboss/licenses/third-party/license-files/.
That file lists the declared dependencies. Third-party content embedded within an artifact falls outside its scope and is recorded separately in /home/jboss/licenses/third-party/EMBEDDED-THIRD-PARTY-NOTICES.txt.
Content type
Image
Digest
sha256:3256cf698…
Size
149.2 MB
Last updated
27 days ago
docker pull actian/nsql-mcp-server