Generated Rust MCP server for Akeyless API (604 tools, 1334 types — from mcp-forge)
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"akeyless-mcp": {
"command": "cargo",
"args": [
"run",
"--",
"akeyless-mcp"
]
}
}
}
Run in terminal:
claude mcp add akeyless-mcp cargo run -- akeyless-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"akeyless-mcp": {
"command": "cargo",
"args": [
"run",
"--",
"akeyless-mcp"
]
}
}
}