> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/aistore/llms.txt.
> For full documentation content, see https://docs.nvidia.com/aistore/llms-full.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/aistore/_mcp/server.

# aistore.mcp.tools.cluster

Cluster health, info, and performance tools.

## Module Contents

### Functions

| Name                                                                          | Description                             |
| ----------------------------------------------------------------------------- | --------------------------------------- |
| [`register_cluster_tools`](#aistore-mcp-tools-cluster-register_cluster_tools) | Register all cluster-related MCP tools. |

### API

```python
aistore.mcp.tools.cluster.register_cluster_tools(
    mcp: mcp.server.fastmcp.FastMCP,
    get_client: typing.Callable
)
```

Register all cluster-related MCP tools.