Sign inSign up

actian/nsql-mcp-server

By actian

Updated 27 days ago

Actian MCP Server for the Actian NoSQL Database

Image
0

352

actian/nsql-mcp-server repository overview

Actian MCP Server For NoSQL

Actian NoSQL

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.

Capabilities

ActionDescription
Discover the schemaList all classes and explore their fields and inheritance hierarchy.
Run JPQL queriesExecute read-only queries against your database, with cursor-based paging over large result sets.
Retrieve objects by IDFetch one or many objects directly by LOID for the fastest retrieval path.
Write objectsCreate, update, and delete objects in one atomic transaction. Disabled by default.
Add your own toolsLoad operator-approved extensions that contribute custom tools, resources, and prompts. Disabled by default.

New in 1.1.0

  • Write tools. Agents create, update, and delete objects in one atomic transaction. Off by default. Once an operator enables them, each call still needs a human confirmation, and an authenticated caller needs the write scope.
  • Extension system. Load your own tools, resources, and prompts from operator-approved JARs. Off by default.

Quick Start

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.

License Information

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.

Tag summary

Content type

Image

Digest

sha256:3256cf698

Size

149.2 MB

Last updated

27 days ago

docker pull actian/nsql-mcp-server