delinea-mcp
Official Delinea MCP server for the Delinea Secret Server and Platform APIs
Ads
Overview
MCP server for the Delinea Secret Server and Platform APIs - 11 Aug 2026 — MCP Protocol v2 (spec revision 2026-07-28, streamable HTTP) and experimental StrongDM API support are here — see the release notes. - 11 Aug 2026 — We're the original providers of the "no secret visibility to the LLM" vault use case — beware of copycats ;) - Automatic authentication against Secret Server - Extensive Secret Server tool set for managing folders, secrets, users, groups and roles. Includes inbox and access request helpers and coding agent utilities. - ChatGPT compatibility tools (search and fetch) for controlled AI interactions. - Optional Delinea Platform user management tools - Optional experimental StrongDM (SDM) tools — access grants, entitlement audits, user/role lifecycle, health and activity reports (see docs/strongdm.md; install with pip install "delinea-mcp[strongdm]") - Streamable HTTP (/mcp), legacy Server-Sent Events (/mcp/sse) and STDIO transports - OAuth 2.0 with dynamic client registr
Installation
docker build -t dev.local/delinea-mcp:latest .
Configuration
Configuration example is not available yet.
Capabilities
- Search and fetch secrets
Use `search` and `fetch` to find secrets and retrieve their details, with object types limited by `search_objects` and `fetch_objects` config.
- Manage secrets without exposing values
Create or rotate passwords server-side via `create_secret_with_generated_password` and `update_secret_generated_password`, keeping secret values out of model context.
- Run SQL reports
Execute ad-hoc queries with `run_report` or generate SQL from a description using `ai_generate_and_run_report` (requires Azure OpenAI).
- Handle access requests and inbox
Approve or deny pending requests with `handle_access_request`, list them via `get_pending_access_requests`, and manage inbox messages with `get_inbox_messages` and `mark_inbox_messages_read`.
- Administer users, groups, and roles
Manage Secret Server entities via `user_management`, `group_management`, `role_management`, and related membership tools like `user_role_management` and `group_role_management`.
- Check service health
Query the Secret Server status endpoint with `health_check` to verify the service is operational.
Tags
- productivity
Related MCP servers
Cua
OfficialMCP server for the Computer-Use Agent (CUA), allowing you to run CUA through Claude Desktop or other MCP clients.
Notion MCP
OfficialOfficial Notion MCP server for searching, reading, creating, and updating Notion pages, databases, and workspace content from AI agents.
Notion MCP Server
Search pages, read blocks, and create content in Notion workspaces.
Laravel Boost
OfficialLaravel Boost is an MCP server equipped with over 15 specialized tools designed to streamline AI-assisted coding workflows.