Model Context Protocol (MCP) server for Delinea Secret Server: Streamable HTTP transport with stateless OAuth2, exposing folder/group/user/team and secret management tools.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"delinea-mcp-server": {
"command": "go",
"args": [
"run",
"github.com/marcellodesales/delinea-mcp-server@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add delinea-mcp-server go run github.com/marcellodesales/delinea-mcp-server@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"delinea-mcp-server": {
"command": "go",
"args": [
"run",
"github.com/marcellodesales/delinea-mcp-server@latest"
]
}
}
}
📋 Copy