akeyless-mcp

pleme-io/akeyless-mcp
★ 0 stars Rust API Integration Updated 1mo ago
Generated Rust MCP server for Akeyless API (604 tools, 1334 types — from mcp-forge)
View on GitHub → Try with Claude — $10 free →

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"
      ]
    }
  }
}