Catalog
Akeyless Agentic Runtime Authority
Officialby akeyless-community
Secretless database and cloud access via Akeyless RTA. Credentials never enter the model.
Secretless database and cloud access via Akeyless RTA. Credentials never enter the model.
README not available yet.
Install
Configuration
Environment variables
AKEYLESS_GATEWAY_URLrequiredAkeyless Gateway address (e.g. https://gw.example.com:8000/api/v2)
AKEYLESS_ACCESS_TYPEAuthentication method: access_key, saml, oidc, universal_identity, jwt, aws_iam, azure_ad, or gcp
AKEYLESS_ACCESS_IDrequiredAkeyless Access ID
AKEYLESS_ACCESS_KEYsecretAkeyless Access Key (for access_key auth)
AKEYLESS_AGENT_IDAgent ID for ARA audit sessions
claude_desktop_config.json
{
"mcpServers": {
"akeyless-rta": {
"command": "npx",
"args": [
"-y",
"@akeyless-community/devin-connector@0.1.0"
],
"env": {
"AKEYLESS_GATEWAY_URL": "<YOUR_AKEYLESS_GATEWAY_URL>",
"AKEYLESS_ACCESS_TYPE": "<YOUR_AKEYLESS_ACCESS_TYPE>",
"AKEYLESS_ACCESS_ID": "<YOUR_AKEYLESS_ACCESS_ID>",
"AKEYLESS_ACCESS_KEY": "<YOUR_AKEYLESS_ACCESS_KEY>",
"AKEYLESS_AGENT_ID": "<YOUR_AKEYLESS_AGENT_ID>"
}
}
}
}