For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Blog
DocsAPI Reference
DocsAPI Reference
  • Python SDK
        • Aistore
          • Botocore Patch
          • Mcp
            • Server
            • Tools
          • Pytorch
          • Sdk
          • Version
Blog
NVIDIANVIDIA
Developer-friendly docs for your API
Privacy Policy | Your Privacy Choices | Terms of Service | Accessibility | Corporate Policies | Product Security | Contact

Copyright © 2026, NVIDIA Corporation.

LogoLogoAIStore
On this page
  • Module Contents
  • Functions
  • Data
  • API
Python SDKPythonPythonAistoreMcp

aistore.mcp.server

||View as Markdown|
Previous

aistore.mcp

Next

aistore.mcp.tools

AIStore MCP Server — lets AI agents interact with AIStore clusters.

Module Contents

Functions

NameDescription
_get_clientGet or create the AIS client for the current endpoint.
mainEntry point for the MCP server.

Data

_AIS_CLIENT

mcp

API

aistore.mcp.server._get_client() -> aistore.sdk.client.Client

Get or create the AIS client for the current endpoint.

aistore.mcp.server.main()

Entry point for the MCP server.

aistore.mcp.server._AIS_CLIENT: Optional[Client] = None
aistore.mcp.server.mcp = FastMCP(name='aistore', instructions='AIStore MCP Server for cluster management ...