Skip to content
Grok

Akeyless Agentic Runtime Authority for Grok

io.github.akeyless-community/akeyless-rta

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

client:Grok transport:stdio runtime:npm

Install Akeyless Agentic Runtime Authority in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "akeyless-rta": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Akeyless Agentic Runtime Authority in other clients