Overview
Bring Krutrim Cloud resource discovery and supported operations into your preferred AI client.
Krutrim Cloud MCP brings Krutrim Cloud resource discovery and supported operations into your preferred AI client. It lets an assistant work from the same Cloud context you use, with your own credentials and the normal IAM and MFA controls.

Why Krutrim Cloud MCP?
Use natural-language requests in your AI client while keeping the work grounded in Krutrim Cloud tools, regions, and your access permissions. MCP gives you one consistent way to connect clients such as Visual Studio Code, Claude Desktop, Cursor, and Codex—without building a separate integration for each.
What you can do
Discover available regions, VPCs, virtual machines, load balancers, and other supported Cloud resources.
Run supported operations from the client you already use.
Keep authentication and authorization with your Krutrim Cloud account, IAM credentials, and MFA verification.
Initial setup
Prerequisites
A Krutrim Cloud account.
An access token and refresh token created in the same active session.
An MCP-compatible client.
Your target region, such as
In-Bangalore-1orIn-Hyderabad-1.
1. Install the MCP server
You can run the server directly with uvx, or install it into a virtual environment.
PyPI package: https://pypi.org/project/krutrim-mcp-server/
Latest version: 1.0.3
On Windows, activate the environment with:
2. Authenticate
Use your root account only to sign in and create an IAM user. Use IAM credentials for MCP configuration and daily work.
For IAM sign-in:
3. Verify MFA
If MFA is enabled, verify it before using the resulting access and refresh tokens:
4. Configure an MCP client
Use the dedicated guide for Visual Studio Code, Claude Desktop, Cursor, or Codex for the exact client configuration. Restart the client after changing its configuration.
A typical stdio configuration looks like this:
5. Verify the installation
--list-tools shows the installed tool catalog and --doctor checks local configuration. Then make a read-only Cloud request, such as List my VPCs in In-Bangalore-1., to verify permissions.
Next steps
Client setup guides:
Last updated
Was this helpful?

