Akeyless Agentic Runtime Authority for Cursor
io.github.akeyless-community/akeyless-rta
Secretless database and cloud access via Akeyless RTA. Credentials never enter the model.
client:Cursor
transport:stdio
runtime:npm
Install Akeyless Agentic Runtime Authority in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs