Loading MCP server directory, please wait...
Secretless database and cloud access via Akeyless RTA. Credentials never enter the model.
npx @getmcp/cli add io.github.akeyless-community/akeyless-rtaRequires Node.js 18+. Community-contributed server. Review source before installing.
AKEYLESS_GATEWAY_URLAkeyless Gateway address (e.g. https://gw.example.com:8000/api/v2)
AKEYLESS_ACCESS_IDAkeyless Access ID
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.akeyless-community/akeyless-rta": {
"command": "npx",
"args": [
"-y",
"@akeyless-community/devin-connector"
],
"env": {
"AKEYLESS_GATEWAY_URL": "",
"AKEYLESS_ACCESS_TYPE": "",
"AKEYLESS_ACCESS_ID": "",
"AKEYLESS_ACCESS_KEY": "",
"AKEYLESS_AGENT_ID": ""
}
}
}
}