← Back to browse

Akeyless Agentic Runtime Authority

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsAKEYLESS_GATEWAY_URL AKEYLESS_ACCESS_TYPE AKEYLESS_ACCESS_ID AKEYLESS_ACCESS_KEY AKEYLESS_AGENT_ID
Claude Code
claude mcp add --env AKEYLESS_GATEWAY_URL= --env AKEYLESS_ACCESS_TYPE= --env AKEYLESS_ACCESS_ID= --env AKEYLESS_ACCESS_KEY= --env AKEYLESS_AGENT_ID= akeyless-rta -- npx @akeyless-community/devin-connector
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"akeyless-rta","command":"npx","args":["@akeyless-community/devin-connector"],"env":{"AKEYLESS_GATEWAY_URL":"","AKEYLESS_ACCESS_TYPE":"","AKEYLESS_ACCESS_ID":"","AKEYLESS_ACCESS_KEY":"","AKEYLESS_AGENT_ID":""}}'
JSON
{
  "mcpServers": {
    "akeyless-rta": {
      "command": "npx",
      "args": [
        "@akeyless-community/devin-connector"
      ],
      "env": {
        "AKEYLESS_GATEWAY_URL": "",
        "AKEYLESS_ACCESS_TYPE": "",
        "AKEYLESS_ACCESS_ID": "",
        "AKEYLESS_ACCESS_KEY": "",
        "AKEYLESS_AGENT_ID": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.