Apache Ignite · Capability

Apache Ignite Cluster Management

Workflow capability for database administrators and platform engineers to manage Apache Ignite clusters, execute SQL queries, and configure distributed nodes.

Run with Naftiko Apache IgniteCluster ManagementDatabase AdministrationIn-Memory Database

What You Can Do

GET
Get cluster state — Get cluster state
/v1/cluster
POST
Execute sql — Execute SQL query
/v1/sql
GET
Get configuration — Get cluster configuration
/v1/configuration

MCP Tools

get-cluster-state

Retrieve the current state and health of the Apache Ignite cluster

read-only
init-cluster

Initialize a new Apache Ignite cluster

execute-sql

Execute SQL queries on the distributed Ignite cluster

get-configuration

Retrieve the current Apache Ignite cluster configuration

read-only
update-configuration

Update Apache Ignite cluster configuration parameters

idempotent

APIs Used

ignite-rest-api