Skip to content
Cline

Akeyless Agentic Runtime Authority for Cline

io.github.akeyless-community/akeyless-rta

Secretless database and cloud access via Akeyless RTA. Credentials never enter the model.

client:Cline transport:stdio runtime:npm

Install Akeyless Agentic Runtime Authority in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "akeyless-rta": {
      "command": "npx",
      "args": [
        "-y",
        "@akeyless-community/devin-connector"
      ],
      "env": {
        "AKEYLESS_GATEWAY_URL": "<AKEYLESS_GATEWAY_URL>",
        "AKEYLESS_ACCESS_TYPE": "<AKEYLESS_ACCESS_TYPE>",
        "AKEYLESS_ACCESS_ID": "<AKEYLESS_ACCESS_ID>",
        "AKEYLESS_ACCESS_KEY": "<AKEYLESS_ACCESS_KEY>",
        "AKEYLESS_AGENT_ID": "<AKEYLESS_AGENT_ID>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Akeyless Agentic Runtime Authority in other clients