productivity
Linode MCP, CLI, and Lua Integration for AI Agents
Linode integration docs for AI agents: MCP gateway setup, Linode CLI commands, Lua API reference, credentials, and function schemas.
7 functions 7 read 0 write Bearer token auth
Linode 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
linode- route_slug
linode- package
linode- 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. Linode CLIHeadless setup and direct function calls. Linode 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.
Linode MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Linode.
Claude Code Linode MCP setup for Claude Code. Cursor Linode MCP setup for Cursor. Codex Linode MCP setup for Codex. OpenAI Agents Linode MCP setup for OpenAI Agents SDK. Claude Agent SDK Linode MCP setup for Claude Agent SDK. Vercel AI SDK Linode MCP setup for Vercel AI SDK. LangChain Linode MCP setup for LangChain. LangGraph Linode MCP setup for LangGraph. CrewAI Linode MCP setup for CrewAI. MCP clients Linode MCP setup for Generic MCP Clients.
Linode CLI Matrix
Use these pages for direct Linode CLI workflows in scripts, CI, cron, and agent wrappers.
CI Linode CLI for CI. Cron Jobs Linode CLI for cron jobs. Shell Scripts Linode CLI for shell scripts. Headless Automation Linode CLI for headless automation. Coding Agents Linode CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
linode.linode_list_instances | Read read | 2 | List all Linode instances (virtual machines) in the account. Returns IDs, labels, status, type, region, and IP addresses. |
linode.linode_get_instance | Read read | 1 | Get details for a specific Linode instance by ID. Returns full instance information including specs, networking, and disk config. |
linode.linode_list_volumes | Read read | 2 | List all block storage volumes in the Linode account. Returns IDs, labels, size, status, and attached Linode info. |
linode.linode_list_domains | Read read | 2 | List all DNS domains managed in the Linode account. Returns domain IDs, names, status, and SOA records. |
linode.linode_get_domain | Read read | 1 | Get details for a specific DNS domain in Linode, including SOA records, status, and zone information. |
linode.linode_list_stackscripts | Read read | 2 | List all StackScripts (reusable deployment scripts) in the Linode account. Returns IDs, labels, descriptions, and deployment counts. |
linode.linode_get_current_user | Read read | 0 | Get information about the current authenticated Linode user, including username, email, and account status. |