Apache Geode · Capability

Apache Geode Data Management

Unified capability for managing data in Apache Geode in-memory data grid — accessing regions, executing OQL queries, and running server-side functions. Designed for application developers and platform engineers working with high-performance in-memory data.

Run with Naftiko Apache GeodeIn-Memory Data GridCachingData ManagementPlatform Engineering

What You Can Do

GET
List regions — List all Geode regions
/v1/regions
GET
Execute query — Execute an OQL query
/v1/queries
GET
List functions — List available functions
/v1/functions

MCP Tools

list-geode-regions

List all regions in the Apache Geode data grid

read-only
get-region-keys

Get all keys stored in a Geode region

read-only
execute-oql-query

Execute an OQL query against Geode regions

read-only
list-geode-functions

List all server-side functions available in the cluster

read-only

APIs Used

geode-rest