Loading MCP server directory, please wait...
MCP server for CyberQP's privileged access management API.
npx @getmcp/cli add io.github.WYRE-AI/cyberqp-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
CYBERQP_ACCESS_TOKENCyberQP OAuth2 access token (authorization_code flow, offline_access scope). Exchanged and refreshed upstream of this server - it only ever holds a live bearer token.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.WYRE-AI/cyberqp-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"CYBERQP_ACCESS_TOKEN",
"-e",
"MCP_TRANSPORT",
"-e",
"AUTH_MODE",
"-e",
"LOG_LEVEL",
"ghcr.io/wyre-ai/cyberqp-mcp:v1.0.0"
],
"env": {
"CYBERQP_ACCESS_TOKEN": "",
"MCP_TRANSPORT": "stdio",
"AUTH_MODE": "env",
"LOG_LEVEL": "info"
}
}
}
}