productivity
Kamatera MCP, CLI, and Lua Integration for AI Agents
Kamatera integration docs for AI agents: MCP gateway setup, Kamatera CLI commands, Lua API reference, credentials, and function schemas.
7 functions 6 read 1 write Bearer token auth
Kamatera for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Machine-Readable Metadata
- integration_slug
kamatera- route_slug
kamatera- package
kamatera- auth_strategy
bearer_tokenBearer token- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Kamatera CLIHeadless setup and direct function calls. Kamatera MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Kamatera MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Kamatera.
Claude Code Kamatera MCP setup for Claude Code. Cursor Kamatera MCP setup for Cursor. Codex Kamatera MCP setup for Codex. OpenAI Agents Kamatera MCP setup for OpenAI Agents SDK. Claude Agent SDK Kamatera MCP setup for Claude Agent SDK. Vercel AI SDK Kamatera MCP setup for Vercel AI SDK. LangChain Kamatera MCP setup for LangChain. LangGraph Kamatera MCP setup for LangGraph. CrewAI Kamatera MCP setup for CrewAI. MCP clients Kamatera MCP setup for Generic MCP Clients.
Kamatera CLI Matrix
Use these pages for direct Kamatera CLI workflows in scripts, CI, cron, and agent wrappers.
CI Kamatera CLI for CI. Cron Jobs Kamatera CLI for cron jobs. Shell Scripts Kamatera CLI for shell scripts. Headless Automation Kamatera CLI for headless automation. Coding Agents Kamatera CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
kamatera.kamatera_list_servers | Read read | 0 | List all cloud servers in the Kamatera account. Returns IDs, names, status, and configuration details. |
kamatera.kamatera_get_server | Read read | 1 | Get details for a specific Kamatera cloud server by ID. Returns full server information including status, CPU, RAM, disk, and IP addresses. |
kamatera.kamatera_create_server | Write write | 9 | Create a new cloud server in Kamatera. Requires a name, datacenter, image, CPU count, RAM, and disk size. |
kamatera.kamatera_list_networks | Read read | 0 | List all networks in the Kamatera account. Returns network IDs, names, datacenter, and CIDR details. |
kamatera.kamatera_list_images | Read read | 0 | List all available images for server creation in Kamatera. Returns image IDs, names, OS type, and sizes. |
kamatera.kamatera_list_datacenters | Read read | 0 | List all available Kamatera datacenter locations. Returns datacenter IDs, names, city, and country. |
kamatera.kamatera_get_current_user | Read read | 0 | Get information about the current authenticated Kamatera account, including email, name, and account details. |