delinea-mcp
JSON →Official Delinea MCP server for the Delinea Secret Server and Platform APIs
Install
pip install -r Tools · 24
- run_report create and execute a temporary report
- ai_generate_and_run_report generate SQL using Azure OpenAI and run it. Requires the Azure OpenAI variables.
- list_example_reports list sample queries and table information
- get_secret retrieve a secret or summary details
- get_folder fetch folder metadata and children
- search_users search active users
- search_secrets search or look up secrets
- search_folders search or look up folders
- get_secret_environment_variable output a script for fetching secret credentials in the specified shell
- check_secret_template fetch secret template details
- check_secret_template_field check if a template contains a field
- get_secret_template_field retrieve details about a specific secret template field by ID
- handle_access_request approve or deny an access request
- get_pending_access_requests list pending access requests
- get_inbox_messages retrieve inbox messages
- mark_inbox_messages_read mark messages as read or unread
- user_management unified user operations. action accepts get, create, update, delete, list_sessions, reset_2fa, reset_password or lock_out
- role_management manage roles. action may be list, get, create or update
- user_role_management assign or remove roles from a user. action is get, add or remove
- group_management handle groups. action may be get, list, create or delete
- folder_management manage folders. action may be get, list, create, update or delete
- user_group_management manage group membership for a user. action is get, add or remove
- group_role_management control roles on a group. use list, add or remove actions
- health_check query the Secret Server health check endpoint and return the current service status
Environment variables
AZURE_OPENAI_KEYDELINEA_BASE_URLLIVE_SECRET_IDPLATFORM_TENANT_ID
Links
★ 46 GitHub stars