Delinea Mcp
@DelineaXPM
Delinea Mcp について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"delinea-mcp": {
"command": "python",
"args": [
"server.py"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Delinea Mcp?
Delinea Mcp is an MCP server for the Delinea Secret Server and Platform APIs. It connects AI assistants (ChatGPT, Claude, Copilot, etc.) to manage secrets, folders, users, groups, and roles, and includes tools for access requests, inbox messages, and report generation.
How to use Delinea Mcp?
Install uv, sync dependencies with uv pip sync requirements.txt, create a config.json with your Secret Server URL and username, set the DELINEA_PASSWORD environment variable, and run uv run server.py --config config.json. For development use python server.py. A Docker image is also available.
Key features of Delinea Mcp
- Automatic authentication against Secret Server
- Tools for folders, secrets, users, groups, and roles
- ChatGPT compatibility tools (search and fetch)
- Optional Delinea Platform user management
- Supports STDIO and SSE transport modes
- OAuth 2.0 with dynamic client registration
- TLS support for secure connections
- Ready-to-run Docker image
Use cases of Delinea Mcp
- Letting ChatGPT approve or deny access requests
- Managing secrets and folders through Claude Desktop
- Running ad‑hoc SQL reports via an AI assistant
- Administering users and groups from openwebui
- Fetching secret credentials in VSCode Copilot
FAQ from Delinea Mcp
What dependencies are required?
Python, uv (recommended), and the packages in requirements.txt. Environment variables for secrets and optional Azure OpenAI or Platform credentials.
How does authentication work?
The server automatically requests a bearer token from Secret Server using a username and password. It also supports OAuth 2.0 with dynamic client registration per the MCP specification.
What transport modes are supported?
STDIO (command line) and Server Sent Events (SSE) over HTTP. Set transport_mode in config.json to "stdio" or "sse".
Can I run Delinea Mcp in Docker?
Yes. A Dockerfile is provided. Build the image and run it with environment variables (DELINEA_PASSWORD, etc.) and a mounted config.json.
What environment variables are required?
DELINEA_PASSWORD (required). Optional: PLATFORM_SERVICE_PASSWORD, AZURE_OPENAI_KEY, and SECRET_USERNAME_<id> / SECRET_PASSWORD_<id> for live testing.
「その他」の他のコンテンツ
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Codelf
unbugA search tool helps dev to solve the naming things problem.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
コメント